Skip to content

Releases: kmathy/cerializr

v3.1.4

26 Dec 16:40
Compare
Choose a tag to compare
  • remove sideEffects: false 3cd064c

v3.1.3...v3.1.4

Bye bye Webpack, Hello Gulp

12 Dec 16:40
Compare
Choose a tag to compare

Better minification without loss of feature thanks to Gulp.

It slightly reduces the output (17,4 ko after build)

  • Remove unused webpack config 11a94a5
  • Use gulp to build the app 76517b2

v3.1.2...v3.1.3

Fix webpack issues (decorators not well handled)

11 Dec 18:52
Compare
Choose a tag to compare
  • optimize lodash import + remove webpack and Babel c58474b
  • Try to fix webpack config + revert to tsc 6ca36e7
  • Remove unused properties in Enum MetaDataFlags d9a15d8
  • Update readme 95e13e0

v3.1.1...v3.1.2

Fix transformKey for xxxAsJSON decorators

08 Dec 21:20
Compare
Choose a tag to compare
  • Add config object for xxxAsJSON() + fix transform keys ba41631

v3.1.0...v3.1.1

Smaller bundle with webpack and Babel + refactoring

07 Dec 20:57
Compare
Choose a tag to compare
  • new package-lock 7e3a729
  • refactoring ebb2941
  • New test for KeyTransform (Serialization + Deserialization) 60fd50f
  • string transforms use lodash functions 4efab6f
  • Correctly generate typed definition + separate better files a78bbe0
  • even smaller bundle thanks to webpack + babel 68b7ac3
  • Use webpack to build bb67421

v3.0.3...v3.1.0

First release of Cerializr

24 Nov 21:51
Compare
Choose a tag to compare

Forked from cerialize, this project is updated and fully tested. V2 was hidden in cerialize, here, it is official.