Skip to content

Improvements & Fixes

Compare
Choose a tag to compare
@DavidValin DavidValin released this 08 Oct 21:08
· 114 commits to master since this release
e71086e

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