Skip to content

Releases: adzejs/adze

v1.5.0

01 Apr 14:01
509d3dd
Compare
Choose a tag to compare

1.5.0 (2022-04-01)

Features

  • modifiers: add support for namespace modifier to allow rest parameters (#115) (509d3dd), closes #105

v1.4.2

16 Mar 20:46
0ce60fa
Compare
Choose a tag to compare

1.4.2 (2022-03-16)

Bug Fixes

  • hrtime: remove browser-process-hrtime and add own implementation (#113) (0ce60fa)

v1.4.1

16 Mar 20:21
418c065
Compare
Choose a tag to compare

1.4.1 (2022-03-16)

Bug Fixes

  • timestamp: timestamp incorrectly formatted (#111) (418c065)

v1.4.0

02 Dec 20:03
4276406
Compare
Choose a tag to compare

1.4.0 (2021-12-02)

Features

  • shed: added tools to the shed for easier manual browser debugging (#94) (4276406)

v1.3.0

02 Dec 17:32
f5e9413
Compare
Choose a tag to compare

1.3.0 (2021-12-02)

Features

  • logs now always render and printed boolean now returned when terminated (#93) (f5e9413)

v1.2.0

04 Oct 14:57
d8f953c
Compare
Choose a tag to compare

1.2.0 (2021-10-04)

Features

  • meta-modifier: Meta modifier interface updated to allow for tuple types for passed in generics (#90) (d8f953c)

v1.1.1

23 Sep 15:59
0f8d138
Compare
Choose a tag to compare

1.1.1 (2021-09-23)

Bug Fixes

  • namespace: global config namespace include now properly hides logs with no namespace (#88) (e34a4bc)

v1.1.0

26 Jul 21:04
82392da
Compare
Choose a tag to compare

1.1.0 (2021-07-26)

Features

  • timestamp: adds timestamp modifier (#75) (82392da)

v1.0.0

23 Jul 19:27
851a260
Compare
Choose a tag to compare

1.0.0 (2021-07-23)

BREAKING CHANGES

  • All configuration properties that were previously snake_case are now camelCase

v0.5.7

03 May 13:53
Compare
Choose a tag to compare

0.5.7 (2021-05-03)

Bug Fixes

  • compiles the minified build with no sourcemaps to fix cdn warning (39894ea)