- feat(ssr): adds SSR support by @pavankjadda in #237
- feat(deps): updates
angular-eslint
version to 14.0.0 by @pavankjadda in #239 - docs: updates README.md by @pavankjadda in #238
- feat(core): adds Angular 14 support by @pavankjadda in #234
- chore(cicd): updates github actions to force install deps by @pavankjadda in #236
- chore(deps): bump ejs from 3.1.6 to 3.1.7 by @dependabot in #226
- chore(deps): bump async from 2.6.3 to 2.6.4 by @dependabot in #227
- feat(core): expose typings for options by @minijus in #218
- feat(cicd): removes Node 12 from CICD pipeline as it reaches EOl on April 30th, 2022
- fix(cicd): fixes build issues in cicd pipeline by @pavankjadda in #208
- fix(security): fixes workspace vulnerabilities detected by GitHub by @pavankjadda in #213
- chore(deps): bump node-forge from 1.2.1 to 1.3.0 by @dependabot in #220
- chore(deps): bump nanoid from 3.1.30 to 3.3.1 by @dependabot in #221
- chore(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #222
- release: bump version to 13.2.0 by @pavankjadda in #224
- @minijus made their first contribution in #218
- feat: expose typings for options by @minijus in #218
- fix(cicd): fixes build issues in cicd pipeline by @pavankjadda in #208
- fix(security): fixes workspace vulnerabilities detected by GitHub by @pavankjadda in #213
- chore(deps): bump node-forge from 1.2.1 to 1.3.0 by @dependabot in #220
- chore(deps): bump nanoid from 3.1.30 to 3.3.1 by @dependabot in #221
- chore(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #222
- release: bump version to 13.2.0-rc.1 by @pavankjadda in #223
- @minijus made their first contribution in #218
- reverts ssr changes by @pavankjadda in #205
- chore(build): re-enables linting as angular-eslint supports angular 13 by @pavankjadda in #202
- reverts ssr changes by @pavankjadda in #204
- feat(ssr): adds SSR support by @pavankjadda in #199
- docs: updates README.md with new SSR instructions by @pavankjadda in #200
- merge angular universal docs to master by @pavankjadda in #201
- feat(ssr): adds SSR support by @pavankjadda in #199
- feat(ci): updates CI to run on multiple OSes and Node versions by @pavankjadda in #192
- Create FUNDING.yml by @pavankjadda in #190
- chore(format): formats code with prettier by @pavankjadda in #194
- chore: upgrade angular eslint by @pavankjadda in #195
- fix(tests): updates karma configuration by @pavankjadda in #193
- Added support for Angular 13
- Updated docs with changes and compatibility matrix
ViewEngine
support has been removed on 13.x.x. See compatibility matrix for details
- backport 12.x.x changes to 13.x.x by @pavankjadda in #168
- chore(deps): upgrades base angular version to 13.0.0-rc.0 by @pavankjadda in #169
- Upgraded Angular Version to 13.0.0-rc.1
- Fixed bugs where
ViewEngine
libraries that usengx-cookie-service
as dependency fails. Disabled ivy compilation as well. - Closed #144 and #145
Cicd: Fixes a bug where incorrect folder published to NPM. Closes #142
Updates README.MD file with correct link to gitter channel
Add the ability to publish new version to NPM when new tag published. See #136 for details
- upgrade to Angular 12 ( 106ad8f )
- cleanup
- upgrade to Angular 11 ( 49a45b1 )
- options_body_param (2c9de92)
- Added the 2nd variant set() with options body ( bf15abc )
- fix peerDependencies
- major version sync with angular core
- update up to Angular 10.0.5
- new build structure
- update up to Angular 9.0.4
sameSite
now defaults toNone
- use
ng-packagr
instead of our own outdated build script - use one single readme file for both NPM and GitHub
- update
package.json
scripts
- add
SameSite
support
- fix publishing error
- improve platform identification
package.json
: change min. requirement from Angular 4 to 4.2package.json
: fixmain
andtypings
references- update readme and add more frequently asked questions
- fix the
delete
method - fix e2e tests
- introduce
CHANGELOG.md