Skip to main content
  • ๐Ÿ› Bugs
  • ๐Ÿ›  Maintenance
  • ๐Ÿ“‘ Documentation
  • ๐Ÿ“ˆ Improvement

0.xโ€‹

Internally, the library coordinates all breaking changes around minor version bumps. These have traditionally mainly been driven by breaking changes that would prevent a perfect in place upgrade.

There is an internal feature set target for 1.0 (which includes adding unit tests), after which versioning will use the major version for breaking changes.

0.3.xโ€‹

Breaking changes with previous

  • Breaking restructure of Internal to a more final structure,
  • Removal of legacy global variables that caused issues when multiple versions of the core were loaded (through node_modules and npm link flows)

Github org created, build out of documentation, public releases.

0.2.xโ€‹

Breaking changes with previous:

  • Breaking down the monorepo approach for many smaller / independent repos under a shared namespace

Short lived minor, mostly focused on code cleanup efforts.

0.1.xโ€‹

Breaking changes with previous:

  • Namespace change -> @digital-alchemy

Focused on code upgrades from initial usability testing and closing the functionality gap with legacy codebase

0.0.xโ€‹

Breaking changes with previous:

  • Dropped class / nestjs based approach for a full custom bootstrap + functional approach

Building out core library based on proof of concept work