Releases: howerest/sdkzer
Releases · howerest/sdkzer
0.8.4
0.8.2
- Add CI integration with Github Actions
- Add jest HTML report
- Improve readme
- Remove travis and bower files
- Generate docs for missing interfaces
03-04-2023
0.8.1
- Production ready
- 100% test coverage
03-04-2023
Latest and greatest
- Fix validation rules
Modernize dev tools and source
0.6.5 Added basic Validation Rules
Improvements & Fixes
Attention: Breaking changes. Use .parseRecord() and .parseCollection() for each case.
Split parse. ts-config, outDir
- Splitted $parse into:
- parseRecord: to parse a single record
- parseCollection: to parse a collection of records
-
Test only Sdkzer default functionality, not derivated parses
-
Some issues fixed:
- added ts-lader as devDependency, was picking it up from global installed packages
- added "outDir" to specify the typings generation path when running webpack build
Modernize dev tools. More reporting and docs
- Migrate build from Grunt to webpack
- Migrated from karma to jest
- Move tests under test
- Added coverage report
- Stop using "typings". Use @types definitions
- From npm to yarn
- Adapt travis pipeline to use new setup
- Moved to UMD instead of CommonJS to support Node and Browser
- Updated README: added SDK demo link and other instructions
Modernize dev tools. More reporting and docs
- Migrate build from Grunt to webpack
- Migrated from karma to jest
- Move tests under test
- Added coverage report
- Stop using "typings". Use @types definitions
- From npm to yarn
- Adapt travis pipeline to use new setup
- Moved to UMD instead of CommonJS to support Node and Browser
- Updated README: added SDK demo link and other instructions