All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v3.1.1 (2022-08-07)
- updated outdated npm packages
- added release procedure
v3.1.1 (2021-09-05)
- updated outdated npm packages
- switched from travis-ci to github actions
- switched the default branch from
master
tomain
v3.1.0 (2020-09-21)
- Updated outdated npm packages
- Changed the package.json engine to 10.x instead of 8.x
- Updated package versions after the resolution of #23
NOTE - releasing this as a minor version because it might generate warnings for incompatible Node versions in some cases
v3.0.0 (2020-07-20)
auto-ngtemplate-loader
no longer supports Node.js v8.x
- Updated outdated npm packages
- Added new node versions
v2.1.0 (2019-12-07)
- The loader now picks up
templateUrl:
as well astemplateUrl :
(space before colon)
- Updated package dependency versions
v2.0.3 (2019-12-07)
- Updated package dependency versions
v2.0.2 (2019-07-25)
- Updated package dependency versions
v2.0.1 (2019-06-09)
templateUrl
detection on Windows (#14)
v2.0.0 (2019-06-07)
auto-ngtemplate-loader
no longer supports Node.js v6.x
- Updated outdated npm packages
- Added new node versions
v1.3.2 (2019-03-06)
- Updated outdated npm packages
- PR: fix template variable when templateUrl is null #11
v1.3.1 (2018-10-17)
- Ran an NPM security audit and fixed the issues
- Updated package versions, switched to
@babel/preset-env
instead ofbabel-preset-es2015
- Added
prettier
to the codebase
v1.3.0 (2018-02-21)
- The
pathResolver
function now works with versions as old as Webpack v1 using anautoNgTemplateLoader
key in the Webpack configuration object
v1.2.0 (2018-02-16)
- A
pathResolver
loader option that helps with resolving root-relative paths and adapts to various project structures
v1.1.0 (2017-06-11)
- The variable name that gets used in the compiled code can now be changed
- Paths not prefixed with
./
in the DDO no longer cause problems
v1.0.2 (2017-06-09)
- Properly handle the case where
templateUrl
is not set to a string
v1.0.1 (2017-06-04)
- Added
yarn.lock
to the ignored files in NPM
v1.0.0 (2017-06-04)
First release of the auto-ngtemplate-loader