Skip to content

Releases: orchejs/common

0.4.0

29 Dec 02:41

Choose a tag to compare

  • Decorator loader refactor to functional programming paradigm.
  • Tests rewrite.

0.3.1

22 Nov 07:53

Choose a tag to compare

Changed in winston setting to color the console transport.

0.3.0

24 Oct 03:52

Choose a tag to compare

Added winston types as dependency, otherwise the projects should install this dependency.

0.2.2

09 Oct 03:00

Choose a tag to compare

Fixed transport remotion when instance is defined.

  • Giving errors when an instance was defined and the log should be disabled.

0.2.1

09 Oct 02:38

Choose a tag to compare

This release fixes log instance initialization when disabled option is true.

  • When disabled is true the instance is undefined and the log methods were not dealing with it, resulting in application error.

0.2.0

06 Oct 03:17

Choose a tag to compare

Added in UrlUtils:

  • New method to transform to spinal-case. It will be necessary to transform route names and can also be used in websockets module and graphql in future libraries.

0.1.0

06 Oct 03:14

Choose a tag to compare

First release. Contains:

  • Property object conversion.
  • Generic decorator loader.
  • Generic utility classes.