Skip to content

Latest commit

 

History

History
635 lines (229 loc) · 13.7 KB

CHANGELOG.md

File metadata and controls

635 lines (229 loc) · 13.7 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.0 - 2024-03-01

💥 Breaking

  • Drop Node v16 support. Require v18.12+. (d6fe159)

Note: Version bump only for package @boost/log

5.0.0-alpha.3 - 2024-02-27

💥 Breaking

  • Rework translate to be async. (#204) (8b58c6d), closes #204

Note: Version bump only for package @boost/log

5.0.0-alpha.2 - 2024-02-23

🐞 Fixes

  • Fix resources not being published. (58d88e0)

Note: Version bump only for package @boost/log

5.0.0-alpha.1 - 2024-02-12

💥 Breaking

  • Replace Jest with Vitest. (#194) (7237d5e), closes #194
  • Switch to ESM only. Drop Node.js v14 support. (#195) (42cf7af), closes #195

🚀 Updates

  • Integrate moon for build system. (#196) (2d0fce3), closes #196

📦 Dependencies

  • [chalk] Update to v5.3. (1d775c9)

📘 Docs

  • Update docs and readmes. (#202) (4e30180), closes #202

🛠 Internals

  • Enable verbatim module syntax. (001e679)
  • Get all tests running with ESM. (#197) (660b9c4), closes #197
  • Replace __dirname and __filename. (036eb3d)

Note: Version bump only for package @boost/log

4.0.1 - 2023-05-01

📦 Dependencies

  • [docusaurus] Update to v2.4. (fcdef6d)
  • Update dev and test dependencies. (f21bf2e)

Note: Version bump only for package @boost/log

4.0.0 - 2022-08-19

📘 Docs

  • Update to latest Docusaurus. Update readmes. (#183) (26c9e93), closes #183

🛠 Internals

  • Migrate from beemo to moon. (#182) (a00f98d), closes #182

Note: Version bump only for package @boost/log

4.0.0-alpha.1 - 2022-05-02

💥 Breaking

  • Add exports to all package.jsons. (c520941)
  • Drop Node.js v12 support. (#177) (5f8a392), closes #177

🚀 Updates

  • Convert package to .cjs. (9666faa)

📦 Dependencies

  • [packemon] Update to v2.1. (05ab522)

🛠 Internals

  • Bump versions to an alpha v4 release. (6d38bca)

Note: Version bump only for package @boost/log

3.0.3 - 2022-01-29

Note: Version bump only for package @boost/log

3.0.2 - 2021-12-19

Note: Version bump only for package @boost/log

3.0.1 - 2021-11-12

Note: Version bump only for package @boost/log

3.0.0 - 2021-10-13

💥 Breaking

  • Drop Node.js v10 and IE 11. (cecbd70)
  • Migrate to optimal v5. (#167) (5422ad0), closes #167

🛠 Internals

  • Bump versions to an alpha v3 release. (942d4c4)

Note: Version bump only for package @boost/log

2.2.8 - 2021-08-22

📘 Docs

  • Add API links to each readme. (80cc65f)
  • Add TypeDoc API integration. (#157) (ca6ac4b), closes #157
  • Fix broken badge images. (ed85a88)

Note: Version bump only for package @boost/log

2.2.7 - 2021-07-15

Note: Version bump only for package @boost/log

2.2.6 - 2021-07-12

📦 Dependencies

  • [packemon] Update to v1. (#151) (7ffd612), closes #151
  • Update minor and patch versions. (9b2cb32)

🛠 Internals

  • Migrate to Beemo tooling. (#154) (0cd2a6f), closes #154

Note: Version bump only for package @boost/log

2.2.5 - 2021-03-26

📦 Dependencies

  • [packemon] Update to v0.14. (#145) (9897e2a), closes #145

Note: Version bump only for package @boost/log

2.2.4 - 2021-02-21

Note: Version bump only for package @boost/log

2.2.3 - 2021-02-18

Note: Version bump only for package @boost/log

2.2.2 - 2021-02-12

Note: Version bump only for package @boost/log

2.2.1 - 2021-02-08

🛠 Internals

  • Sort type hints and aliases. (1c49e33)

Note: Version bump only for package @boost/log

2.2.0 - 2021-01-16

🚀 Updates

  • Migrate to Packemon for package building. (#135) (1a0e9d8), closes #135

Note: Version bump only for package @boost/log

2.1.8 - 2020-12-21

🐞 Fixes

  • Fix validation breaking transport instances. (#133) (51f5486), closes #133

Note: Version bump only for package @boost/log

2.1.7 - 2020-12-07

Note: Version bump only for package @boost/log

2.1.6 - 2020-11-29

📦 Dependencies

  • Update dev dependencies. Migrate to TypeScript v4.1. (578d5e3)

Note: Version bump only for package @boost/log

2.1.5 - 2020-11-12

🛠 Internals

Note: Version bump only for package @boost/log

2.1.4 - 2020-11-11

Note: Version bump only for package @boost/log

2.1.3 - 2020-10-15

Note: Version bump only for package @boost/log

2.1.2 - 2020-10-08

🛠 Internals

  • Add shorthand test utils exports. (eb2d5dc)

Note: Version bump only for package @boost/log

2.1.1 - 2020-09-15

Note: Version bump only for package @boost/log

2.1.0 - 2020-08-17

🚀 Updates

  • Build packages with Rollup to support web and node targets. (38cdad9)

📘 Docs

📦 Dependencies

  • Update root dependencies. (9c3203a)

Note: Version bump only for package @boost/log

2.0.1 - 2020-07-29

Note: Version bump only for package @boost/log

2.0.0 - 2020-07-14

💥 Breaking

  • Add new Transport system. (0137f09)
  • Migrate to fs.promises API. (944119a)
  • Updated Node.js minimum requirement to v10.10. (3719cdc)

🚀 Updates

  • Add FileTransport. (54b0486)
  • Add RotatingFileTransport. (5278c13)
  • Add custom metadata support. (0e8e712)
  • Add formats to logger. (9d5e1f2)
  • Rewrite to use new Logger class. (5e08afb)

🎨 Styles

📘 Docs

📦 Dependencies

  • Migrate packages to v2 alpha. (64731d9)
  • Update final peer dependencies. (405b8ff)
  • Update to latest. (39c68e8)
  • Update TypeScript, Jest, ESLint, and other developer packages. (c7347a2)
  • [chalk] Update to v4.1. (7086621)

🛠 Internals

  • Move debugger and translators outside of constants. (a0af1b4)
  • Move log level checks into Logger. (64d381d)
  • Replace RuntimeError with new packaged scoped errors. (c13d3f1)

Note: Version bump only for package @boost/log

1.2.1 - 2020-06-21

Note: Version bump only for package @boost/log

1.2.0 - 2020-04-29

🚀 Updates

Note: Version bump only for package @boost/log

1.1.14 - 2020-04-17

Note: Version bump only for package @boost/log

1.1.13 - 2020-04-08

⚙️ Types

  • Add Loggable interface. (d58b7ec)

Note: Version bump only for package @boost/log

1.1.12 - 2020-03-22

Note: Version bump only for package @boost/log

1.1.11 - 2020-02-04

Note: Version bump only for package @boost/log

1.1.10 - 2020-01-25

🐞 Fixes

  • Bump all packages to fix build issues. (a8e8112)

Note: Version bump only for package @boost/log

1.1.9 - 2020-01-25

Note: Version bump only for package @boost/log

1.1.8 - 2019-12-27

🐞 Fixes

  • Reduce internal debug output verbosity. (4b11141)
  • Rename env vars to not collide with Boost C++ library. (b3d1153)

Note: Version bump only for package @boost/log

1.1.7 - 2019-12-07

Note: Version bump only for package @boost/log

1.1.6 - 2019-11-28

Note: Version bump only for package @boost/log

1.1.5 - 2019-11-26

Note: Version bump only for package @boost/log

1.1.4 - 2019-11-24

Note: Version bump only for package @boost/log

1.1.3 - 2019-11-12

📘 Docs

📦 Dependencies

📋 Misc

  • Add funding to all packages. (863a614)

🛠 Internals

  • Migrate to GitHub CI and actions. (#65) (ce59e85), closes #65

Note: Version bump only for package @boost/log

1.1.2 - 2019-10-30

Note: Version bump only for package @boost/log

1.1.1 - 2019-09-09

Note: Version bump only for package @boost/log

1.1.0 - 2019-08-03

🚀 Updates

  • Support the internal debugger. (4b3a6e4)

Note: Version bump only for package @boost/log

1.0.3 - 2019-08-01

⚙️ Types

  • Refine types and replace any with unknown. (#58) (43512fc), closes #58

🛠 Internals

  • Increase statement and function code coverage to 100%. (7c98aa7)

Note: Version bump only for package @boost/log

1.0.2 - 2019-07-07

Note: Version bump only for package @boost/log

1.0.1 - 2019-07-04

🛠 Internals

  • Added more files to npmignore. (16f46b8)
  • Setup DangerJS and conventional changelog (#54) (a18dd45), closes #54

Note: Version bump only for package @boost/log

1.0.0 - 2019-06-21

🎉 Release

  • Initial release!