Skip to content

Releases: hexojs/warehouse

v5.0.1

14 Jan 05:08
e62b7b8
Compare
Choose a tag to compare

Fixes

  • fix(types/integer): use Number.isInteger for validating a value is an integer or not by @yoshinorin in #148

Refactor

Tests

CI/CD

Dependencies

  • chore(deps-dev): bump sinon from 14.0.2 to 15.0.2 by @dependabot in #150
  • chore(deps-dev): bump typescript from 4.9.5 to 5.0.3 by @dependabot in #152
  • chore(deps-dev): bump typedoc from 0.23.28 to 0.24.4 by @dependabot in #154
  • chore(deps-dev): bump c8 from 7.14.0 to 8.0.1 by @dependabot in #179
  • chore(deps-dev): bump typedoc from 0.24.8 to 0.25.0 by @dependabot in #197
  • chore(deps-dev): bump typedoc-plugin-rename-defaults from 0.6.7 to 0.7.0 by @dependabot in #227
  • chore(deps-dev): remove @ts/eslint-plugin, parser by @uiolee in #233
  • chore(deps-dev): bump c8 from 8.0.1 to 9.0.0 by @dependabot in #237
  • chore(deps-dev): bump @types/sinon from 10.0.20 to 17.0.3 by @dependabot in #238
  • chore(deps-dev): bump sinon from 15.2.0 to 17.0.1 by @dependabot in #229

New Contributors

Full Changelog: v5.0.0...v5.0.1

v5.0.0

09 Nov 13:03
c6abb01
Compare
Choose a tag to compare

Breaking Changes

Notable Changes

Test

CI/CD

Dependencies

Docs

Misc

Full Changelog: v4.0.1...v5.0.0

v4.0.2

29 Jul 03:58
4db1c4f
Compare
Choose a tag to compare

Fix

  • refactor: re-implement JSONStream (#133) by @SukkaW
    • Support Node.js 18.6+

Full Changelog: v4.0.1...v4.0.2

v4.0.1

14 Apr 11:55
711bb1f
Compare
Choose a tag to compare

Fixes

Dependencies

Misc

4.0.0

19 May 13:20
0abfd3a
Compare
Choose a tag to compare

Breaking Changes

Fixes

Dependencies

Misc

3.0.2

13 Jan 22:38
89e6d4c
Compare
Choose a tag to compare

Performance fix

  • Change from map function to use event API [#32]
  • Remove unnecessary String->Array conversion [#68]
  • Replace lodash's cloneDeep() with the faster rfdc version [#65]
  • Improve memory backpressure response [#64]

3.0.1

13 Jan 22:26
3e28161
Compare
Choose a tag to compare

Fix

  • Revert #22 due to performance regression [#62]

3.0.0

27 Sep 06:02
9871993
Compare
Choose a tag to compare

Breaking change

  • Replace constructor function to class declaration (#30), refer to the docs for the new syntax.
  • chore: drop node 6 (#49)

Refactor

  • Remove old compatibility code (#57)
  • Convert method definitions (#52)
  • Split Schema class (#58)
  • refactor: use instanceof Date instead of util.isDate (#37)