UNPKG

tsl-apple-cloudkit

Version:

TypeScript library for Apple CloudKit JS

26 lines (14 loc) 743 B
Changelog ========= v0.2.33 ------- * Cleaned up lib folder **Full Changelog**: https://github.com/typescriptlibs/tsl-apple-cloudkit/compare/v0.2.32...v0.2.33 v0.2.32 ------- * Make client wrap compatible to simple AMD by @sophiebremer in https://github.com/typescriptlibs/tsl-apple-cloudkit/pull/26 * Fix #25; List typing in RecordField by @sophiebremer in https://github.com/typescriptlibs/tsl-apple-cloudkit/pull/27 - Fixed `'[TYPE]_LIST'` in `RecordField.type`; replaced `'LIST'` - Fixed `'TIMESTAMP'` in `RecordField.type`; replaced `'DATETIME'` - Fixed `Array<TYPE>` in `RecordField.value`; replaced `Array<RecordField>` **Full Changelog**: https://github.com/typescriptlibs/tsl-apple-cloudkit/compare/v0.2.31...v0.2.32