Skip to content

Releases: howerest/sdkzer

0.8.4

14 Apr 18:10
0.8.4
9e36319
Compare
Choose a tag to compare

0.8.2

03 Apr 21:03
0.8.2
f4f1d3e
Compare
Choose a tag to compare
  • 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

03 Apr 13:04
0.8.1
9eefa91
Compare
Choose a tag to compare
  • Production ready
  • 100% test coverage

03-04-2023

Latest and greatest

05 May 23:21
252ccc6
Compare
Choose a tag to compare
  • Fix validation rules

Modernize dev tools and source

13 Oct 00:57
35d49a9
Compare
Choose a tag to compare
0.6.5

Added basic Validation Rules

Improvements & Fixes

08 Oct 21:08
e71086e
Compare
Choose a tag to compare

Attention: Breaking changes. Use .parseRecord() and .parseCollection() for each case.

Split parse. ts-config, outDir

  1. Splitted $parse into:
  • parseRecord: to parse a single record
  • parseCollection: to parse a collection of records
  1. Test only Sdkzer default functionality, not derivated parses

  2. 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

14 Jul 23:28
502b63a
Compare
Choose a tag to compare
  • 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

04 Jul 23:13
ff754d2
Compare
Choose a tag to compare
  • 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