Releases: jaredwray/writr
Releases · jaredwray/writr
Fixing atom and json feeds
Full Changelog: v1.6.6...v1.6.7
Updating Versioning
Full Changelog: v1.6.5...v1.6.6
Removal of Markdown-it and a tons of updates
What's Changed
- Upgrading ecto to version 1.1.0 by @jaredwray in #19
- adding in support on build for 12, 14, and 16 by @jaredwray in #20
- upgrading typescript and ts-node to latest by @jaredwray in #21
- upgrading jest and ts-jest to latest by @jaredwray in #22
- upgrading parse-json to 6.0.1 by @jaredwray in #23
- upgrading luxon to version 2.1.1 by @jaredwray in #24
- upgrading keyv to version 4.0.4 by @jaredwray in #25
- upgrading commander to version 8.3.0 by @jaredwray in #26
- updating @types by @jaredwray in #27
- Moving to ecto from markdown it by @jaredwray in #28
- updating build and release to a single name by @jaredwray in #29
🥇
Full Changelog: v1.6.1...v1.6.5
September Maintenance Release!
September maintenance release of Writr comes with the following upgrades:
- ecto upgrade to 1.0.8
- typescript upgraded to 4.4.3
- jest and types upgraded to their latest
Download via NPM --> https://www.npmjs.com/package/writr
August Maintenance Release
Writr v1.6 maintenance release is now live with the following updates:
- Jest and ts-node for testing environment upgraded.
- Markdown-it now upgraded to 12.2
- Ecto upgraded to 1.0.7
- Luxon upgraded to 2.0.2
Additional minor fixes around parsing have also been added and tested end to end.
Luxon updated and other modules
v1.5.9 Update package.json
Posts now have a Description and Node Package Updates
Posts now contain a description
field that is based on the matter.description or if that is not set it uses Post.summary
and then strips the html tags from it.
Monthly Update of Modules and Clean Up
This month was more of a code update and clean up 🧼 but is always needed. The following modules were updated:
- ts-jest
- @types/node
- cheerio
- fs-extra
- luxon and @types/luxon
- codecov
- @types/jest
In addition we removed some code and config that is no longer used. 🎉
Migration to Luxon from Moment
v1.5.4 moving to luxon from moment
Migration to Luxon from Moment
Moving to Luxon from Moment.