Skip to content

Latest commit

 

History

History
159 lines (102 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

159 lines (102 loc) · 3.29 KB

Changelog

2.8.0 (2023-07-11)

Features


2.7.0 / 2021-04-25

fixes

2.6.1 / 2019-01-30

2.6.0 / 2018-06-01

fixes

others

2.5.0 / 2018-02-27

  • feat: 增加 collection (#57)
  • chore(package): update should to version 10.0.0

2.4.0 / 2016-06-07

  • feat: convert js error to java exception (#44)

2.3.5 / 2016-03-30

  • fix: Boolean null
  • fix: Long == null should return null

2.3.4 / 2016-03-09

  • fix: bigdecimal support {value}

2.3.3 / 2016-01-08

  • chore: rm safeLong warn
  • chore(package): update should to version 8.0.2

2.3.1 / 2015-11-27

  • chore: rm 0.10 test
  • fix: long prompt info

2.3.0 / 2015-11-09

  • chore: jslint and ci
  • feat: add revert method as an implementation of java to js
  • chore(package): update dependencies

2.2.0 / 2015-10-21

  • chore: add env check
  • feat: currency & safeLong
  • chore: use codecov.io

2.1.0 / 2015-09-07

  • feat: support java.math.BigDecimal

2.0.7 / 2015-07-06

  • fix: Class({name:})

2.0.6 / 2015-04-02

  • fix(class): array type

2.0.5 / 2015-03-13

  • feat(combile): add check in combile

2.0.4 / 2015-03-09

  • perf(enum): Improve the enumeration type conversion

2.0.3 / 2015-02-03

  • feat(array): class enum locale

2.0.2 / 2015-01-28

  • fix(valid): string & boolean; add null type test

2.0.1 / 2015-01-28

  • fix(null): null should target type; modify int type valid

2.0.0 / 2015-01-22

  • feat(valid): #5 support valid & Null valud

1.1.0 / 2014-11-05

  • Merge pull request #3 from node-modules/more
  • feat(support): add java.lang.Class & java.util.Locale

1.0.0 / 2014-04-24

  • Merge pull request #1 from node-modules/enum
  • fix github links
  • add enum() test cases
  • add enum() helper
  • add abstract in readme

0.0.3 / 2014-04-06

  • add abstract
  • fix comment

0.0.2 / 2014-03-20

  • add files in package
  • fix readme link
  • no need to use harmony istanbul

0.0.1 / 2014-03-20

  • update readme
  • complete
  • Initial commit