Skip to content

Releases: davidlj95/ngx

ngx-meta-v1.0.0-alpha.3

24 Nov 11:15
09e28eb
Compare
Choose a tag to compare
Pre-release

ngx-meta v1.0.0-alpha.3 (2023-11-24)

Miscellaneous Chores

  • release: maintenance release (latest tag) (09e28eb)

ngx-meta-v1.0.0-alpha.2

24 Nov 10:42
3320e0e
Compare
Choose a tag to compare
Pre-release

ngx-meta v1.0.0-alpha.2 (2023-11-24)

Miscellaneous Chores

  • add MIT LICENSE (72a7859)
  • release: maintenance release test (3320e0e)

Build System

  • add author to pkg.json (12bc786)
  • enable NPM provenance (e6b9f4c)
  • fix pkg.json repository + scripts (a26a145)
  • fix tarball dir release config (8a228fa)
  • publish tarball in GitHub releases (65b3f83)
  • release: add rule for dependencies update releases (5dcf7b8)

ngx-meta-v1.0.0-alpha.1

23 Nov 14:16
ac7926f
Compare
Choose a tag to compare
Pre-release

ngx-meta v1.0.0-alpha.1 (2023-11-23)

Features

Style

Miscellaneous Chores

Code Refactoring

  • add common entrypoint (#5) (fc55f26)
  • add open graph entry point (#8) (15ec171)
  • add open graph profile entry point (#9) (37b9677)
  • add prefix to routing keys (#10) (cf50202)
  • add routing & general metadata entry points (#6) (a791e4f)
  • add twitter card entry point (#7) (bd0ca47)
  • introduce secondary entry points (start with json ld) (#4) (4d0131d)
  • package name to be @davidlj95/ngx-meta (#20) (2d735e4)

Build System

  • add commitlint (#11) (947f385)
  • add husky & lint-staged (9d71543)
  • add linter by running ng lint (56fdd9f)
  • add missing test dep ng-mocks (1fb5f6f)
  • add prettier (4262ffd)
  • add renovate config (#12) (936ffdb)
  • add sample commands from lib (0d65f04)
  • add semantic release (#18) (dd3b9da)
  • deps-dev: update dependency node to v20.10.0 (3932d34)
  • deps-dev: update typescript-eslint monorepo to v6.12.0 (b0806a8)
  • deps: pin dependencies (#14) (2d75d4f)
  • ide: add .idea generated files (0aa7a99)
  • ide: add run configs for all projects (f072665)
  • ide: expand prettier formatted extensions (f374532)
  • ignore pnpm.lock.yaml from prettier (#17) (3be0050)
  • mark package as private until we have a name for it (ce82739)
  • set scoped package as public (ac7926f)
  • use pnpm via corepack (aec6347)

Continuous (Integration|Deployment)