Skip to content

Latest commit

 

History

History
100 lines (58 loc) · 5.88 KB

File metadata and controls

100 lines (58 loc) · 5.88 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

2.1.3 (2026-04-04)

2.1.2 (2026-03-26)

2.1.1 (2026-03-26)

2.1.0 (2026-03-15)

Features

  • accept both angular and @brickhouse-tech/angular-lts as peer deps (8171585)

2.0.5 (2026-03-06)

2.0.4 (2026-03-06)

2.0.3 (2026-03-05)

2.0.2 (2026-02-28)

2.0.1 (2026-02-28)

2.0.0 (2026-02-18)

⚠ BREAKING CHANGES

  • peer dependency changed from angular to @brickhouse-tech/angular-lts.
  • Swap angular → @brickhouse-tech/angular-lts in peer deps and dev deps
  • Update all source imports and rollup externals
  • Update test helpers to require the new package
  • Bump version to 2.0.0 (major: breaking peer dep change)

fix(test): map @brickhouse-tech/angular-lts to angular in jest

The @brickhouse-tech/angular-lts@1.9.0 npm package was published without the built angular.js file (missing build step in prepublishOnly). Add a Jest moduleNameMapper to resolve the import to the original angular package for tests, and re-add angular as a devDependency.

This workaround can be removed once angular-lts publishes a fixed version that includes the built files.

chore: remove angular cve reference dep

chore: upgrade eslint to 10.x

Remaining npm audit findings (4 moderate ajv) are dev-only toolchain dependencies that never ship in the published package.

chore: sync lockfile

fix: skip integration tests until angular-lts ships built files

Integration tests (logger.spec.js, debug.spec.js) fail because @brickhouse-tech/angular-lts@1.9.0 is missing angular.js in its

Features

0.2.4 (2026-02-17)

0.2.3 (2026-02-16)

Bug Fixes

  • add browser-safe UMD bundle for bower/script-tag users (3ffa3d2), closes #32

0.2.2 (2026-02-15)

0.2.1 (2026-02-15)

Features

  • debug levels: visionmedia/debug wrapper for angular-simple-logger working (ae7a9d7)
  • decorator: nemSimpleLogger used at the config level now actually (c8a3fbf)
  • modernize from CoffeeScript/Gulp to ES6/Rollup/Jest (e1888e5)
  • service->provider: to be configurable (4d1b02f)
  • use shared reusable workflows + add eslint (c4b3547)

Bug Fixes

  • add package-lock.json for GH Actions cache (ae8b34c)
  • align all workflows exactly with cfn-include (3686883)
  • commonjs: issue #7 browserified (bf075d5)
  • LEVELS order: Changed to follow typical conventions (0891e3f)
  • logger.logfn args fixes: specs added to ensure arguments get passed onto the logger function (06fc827)
  • namespace: caching was using the wrong name for the string level / (aca8e07), closes #19
  • readme: fixed typos in readme (fe76b36)
  • update git URLs to brickhouse-tech for npm OIDC provenance (047ef6c)