Releases: nytimes/library
Releases · nytimes/library
v1.6.3
v1.6.2
v1.6.1
v1.6.0
This minor release includes dependency updates and deprecates support for versions of Node older than v18. Node versions 18 to 24 are now supported.
Breaking Changes ⚠️
- Library no longer supports versions of node older than v18. The default development target and all distributed builds now use Node v24.
What's Changed
- Update deps to support LTS node versions by @afischer in #382
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot[bot] in #368
- Update Chai to v4.5.0 by @afischer in #383
Full Changelog: v1.5.2...v1.6.0
v1.5.2
v1.5.1
v1.5.0
This minor release includes a number of security improvements, adds support for arbitrary path prefixes, and deprecates support for versions of Node older than v14.
Breaking Changes ⚠️
- Library no longer supports versions of node older than v14. The default development target and all distributed builds now use Node v18.
Updates
- Update to only support LTS node versions by @afischer in #356
- Support arbitrary path prefix by @smores in #358
This update also includes all security updates made in v1.4.3, which is the last version of Library to support Node <v14.
Changes from v1.4.3
- Bump qs from 6.5.2 to 6.5.3 by @dependabot in #332
- Bump express from 4.17.1 to 4.17.3 by @dependabot in #333
- Bump ejs from 3.1.5 to 3.1.7 by @dependabot in #337
- Bump pathval from 1.1.0 to 1.1.1 by @dependabot in #309
- Bump minimist from 1.2.5 to 1.2.7 by @dependabot in #341
- Set up github actions by @afischer in #345
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #344
- Bump json-schema and jsprim by @dependabot in #339
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #331
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #335
- Bump cookiejar from 2.1.2 to 2.1.4 by @dependabot in #336
- Bump ajv from 6.12.2 to 6.12.6 by @dependabot in #310
- Bump node-fetch from 2.6.1 to 2.6.9 by @dependabot in #347
- Bump jsdom from 16.4.0 to 16.7.0 by @dependabot in #321
- Bump minimatch from 3.0.4 to 3.0.8 by @dependabot in #342
- Bump moment from 2.27.0 to 2.29.4 by @dependabot in #323
- Bump node-sass from 6.0.1 to 7.0.3 by @afischer in #353
- Bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #354
- Bump got and nodemon by @dependabot in #352
Full Changelog: v1.4.3...v1.5.0
v1.4.3
What's Changed
Patch release with a number of package upgrades for increased stability and security.
Dependency & Security Updates
- Bump qs from 6.5.2 to 6.5.3 by @dependabot in #332
- Bump express from 4.17.1 to 4.17.3 by @dependabot in #333
- Bump ejs from 3.1.5 to 3.1.7 by @dependabot in #337
- Bump pathval from 1.1.0 to 1.1.1 by @dependabot in #309
- Bump minimist from 1.2.5 to 1.2.7 by @dependabot in #341
- Set up github actions by @afischer in #345
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #344
- Bump json-schema and jsprim by @dependabot in #339
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #331
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #335
- Bump cookiejar from 2.1.2 to 2.1.4 by @dependabot in #336
- Bump ajv from 6.12.2 to 6.12.6 by @dependabot in #310
- Bump node-fetch from 2.6.1 to 2.6.9 by @dependabot in #347
- Bump jsdom from 16.4.0 to 16.7.0 by @dependabot in #321
- Bump minimatch from 3.0.4 to 3.0.8 by @dependabot in #342
- Bump moment from 2.27.0 to 2.29.4 by @dependabot in #323
- Bump node-sass from 6.0.1 to 7.0.3 by @afischer in #353
- Bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #354
- Bump got and nodemon by @dependabot in #352
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
Features and Enhancements
- Allow copying of assets from custom repo by @nzben in #293
- Support diacritics in slug by @hopefourie-nyt in #292
- Update install_customizations to prevent warnings by @leranjun in #295
Bug Fixes 🐛
- Image modal fixes by @xvandish in #299
- Change order of code block formatting to prevent removal of backticks by @mtandre in #301
New Contributors
- @nzben made their first contribution in #293
- @hopefourie-nyt made their first contribution in #292
- @leranjun made their first contribution in #295
- @mtandre made their first contribution in #301
Full Changelog: v1.4.1...v1.4.2