Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Releases: openizr/basx

2.0.1

13 Mar 12:48
0bb1715
Compare
Choose a tag to compare

Improvements

  • Improve types definitions

2.0.0

12 Mar 11:52
8dc814e
Compare
Choose a tag to compare

Breaking changes

  • Drop IE 11, Node < 14 & NPM < 7 support
  • The package is now distributed in ESM format, supported by Node 12+ and all evergreen browsers
  • Rewrite the i18n module, now much easier to use and much more efficient
  • Split the module into several submodules, so only what you actually use gets bundled
  • Remove the generateId function. If you need to generate distributed, unique IDs, you should use MongoDB's ObjectId or nodejs-snowflake

Improvements

  • Improve types definitions

1.3.7

12 Sep 11:16
c0f6411
Compare
Choose a tag to compare

Bugs

  • Fix axios mocked error structure in requester

Improvements

  • Update NPM dependencies

1.3.6

01 Aug 12:56
438d0f6
Compare
Choose a tag to compare

Improvements

  • Dramatically improve types definitions

1.3.5

19 Jun 22:56
Compare
Choose a tag to compare

Bugs

  • Fix types definitions

1.3.4

21 May 14:11
Compare
Choose a tag to compare

Improvements

  • Update NPM dependencies
  • requester now performs a real HTTP request when mocked response does not exist at all, in mocked mode

1.3.3

23 Apr 15:30
Compare
Choose a tag to compare

Bugs

  • Fix a regression in types definitions introduced in 1.3.2

1.3.2

22 Apr 21:29
Compare
Choose a tag to compare

Improvements

  • Improve types definitions for distribution

1.3.1

20 Mar 22:09
Compare
Choose a tag to compare

Bugs

  • Fix generateId function, that is now fully isomorphic without any additional polyfill

1.3.0

20 Mar 19:40
Compare
Choose a tag to compare

Features

  • Add a new quiet mode to i18n, allowing to show/hide warnings whenever a given label doesn't exist (disabled by default)

Improvements

  • generateId now uses crypto-browserify NPM package to be 100% isomorphic

Bugs

  • requester was only returning HTTP response's data and not the complete response, this is now fixed