Skip to content

Latest commit

 

History

History
224 lines (115 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

224 lines (115 loc) · 11.6 KB

Changelog

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

4.3.1 (2021-12-21)

4.3.0 (2021-10-22)

Features

  • remove commonjs-allowed-dependencies on angular version under 10 (#37) (7e78fb4)

4.2.0 (2021-08-24)

Features

Bug Fixes

4.1.0 (2021-05-28)

Features

Bug Fixes

4.0.0 (2021-04-26)

Features

  • builder: swap angular builder based on the angular version (#22) (51246c5)

⚠ BREAKING CHANGES

  • Libraries angular builder is change on the angular.json based on the provided version.
  • The file-path input was removed
  • The root-path input was added

3.3.3 (2021-04-25)

Bug Fixes

  • ng-packagr version AGAIN (e649ced)

3.3.2 (2021-04-25)

Bug Fixes

3.3.1 (2021-04-25)

Bug Fixes

3.3.0 (2021-04-25)

Features

  • add support for angular 12-rc and up (#24) (2103e8a)

3.2.2 (2021-04-09)

Bug Fixes

3.2.1 (2021-04-09)

3.2.0 (2021-03-31)

Features

3.1.0 (2021-03-26)

Features

  • 🎸 add Angular v6.x-7.x support (#17) (a46a5d5)

3.0.1 (2021-02-16)

3.0.0 (2021-02-15)

⚠ BREAKING CHANGES

  • 🧨 rename variable names from snake_case to camel-case
    • angular_version to angular-version
    • file_path to file-path

2.6.1 (2021-02-15)

2.6.0 (2021-02-10)

Features

2.5.0 (2021-02-02)

Features

  • add packages for libraries and schematics (#11) (ae0c2ca)

2.4.1 (2021-01-21)

2.4.0 (2021-01-21)

Features

  • 🎸 add support for angular version 11.1 (2823102)

2.3.4 (2020-11-08)

2.3.3 (2020-11-01)

Bug Fixes

  • 🐛 add the rest of package.json during dependencies merge (21e6791)

2.3.2 (2020-11-01)

Bug Fixes

2.3.1 (2020-10-30)

Bug Fixes

  • 🐛 use correct version for ng-packagr in v11 (#4) (1b38e2c)

2.3.0 (2020-10-30)

Features

  • 🎸 add support for Angular v11.0.x (RC) (#3) (5f22020)

2.2.0 (2020-10-24)

Features

  • 🎸 add support for v8.2.x, v9.1.x, v10.2.x (#2) (03ccbbd)

2.1.0 (2020-10-18)

Features

  • 🎸 add support for angular 10.1.x (e09d5f5)

2.0.0 (2020-10-16)

⚠ BREAKING CHANGES

  • 🧨 changes variable names EX. from angular_version: 8.0.0 to angular_version: 8.0.x

Features

  • 🎸 use free path version syntax for api variable (95c09aa)

1.2.0 (2020-10-16)

Features

  • 🎸 add support for angular 8.1.0 (1b801b4)

Bug Fixes

  • 🐛 add dist that support 8.1.0 (ac404aa)

1.1.4 (2020-10-16)

Bug Fixes

  • 🐛 add missing builds (719e007)

1.1.3 (2020-10-16)

Bug Fixes

  • 🐛 modify only existing version, not override entire object (886197a)

1.1.2 (2020-10-16)

Bug Fixes

  • 🐛 use the right build (e018daa)

1.1.1 (2020-10-16)

1.1.0 (2020-10-16)

Features

  • 🎸 add @angular-devkit/build-ng-packagr version (d21747a)

1.0.0 (2020-10-12)

Features

  • 🎸 implement the angular-versions-actions with dummy data (8d7aa94)

Bug Fixes

  • 🐛 avoid catch unhandled errors (5f94f49)
  • 🐛 change build folder (78fe1a5)
  • 🐛 re-package action (59b768e)
  • 🐛 use real data to replace (be6eeb2)