logo
Fork me on GitHub

Releases

v1.9.10 July 02, 2023

What's Changed

Full Changelog: https://github.com/jaredwray/writr/compare/v1.9.9...v1.9.10

v1.9.9 June 01, 2023

What's Changed

Full Changelog: https://github.com/jaredwray/writr/compare/v1.9.8...v1.9.9

v1.9.8 May 01, 2023

What's Changed

Full Changelog: https://github.com/jaredwray/writr/compare/v1.9.6...v1.9.8

v1.9.6 April 02, 2023

What's Changed

Full Changelog: https://github.com/jaredwray/writr/compare/v1.9.5...v1.9.6

v1.9.5 January 28, 2023

What's Changed

Full Changelog: https://github.com/jaredwray/writr/compare/v1.9.4...v1.9.5

v1.9.4 December 28, 2022

What's Changed

Full Changelog: https://github.com/jaredwray/writr/compare/v1.9.3...v1.9.4

v1.9.3 November 29, 2022

What's Changed

Full Changelog: https://github.com/jaredwray/writr/compare/v1.9.2...v1.9.3

v1.9.2 October 28, 2022

What's Changed

Full Changelog: https://github.com/jaredwray/writr/compare/v1.9.1...v1.9.2

v1.9.1 September 27, 2022

What's Changed

New Contributors

Full Changelog: https://github.com/jaredwray/writr/compare/v1.9.0...v1.9.1

v1.9.0 August 16, 2022

What's Changed

Full Changelog: https://github.com/jaredwray/writr/compare/v1.8.9...v1.9.0

v1.8.9 July 24, 2022

What's Changed

Full Changelog: https://github.com/jaredwray/writr/compare/v1.8.8...v1.8.9

v1.8.8 June 21, 2022

What's Changed

New Contributors

Full Changelog: https://github.com/jaredwray/writr/compare/v1.8.6...v1.8.8

v1.8.6 May 25, 2022

What's Changed

Full Changelog: https://github.com/jaredwray/writr/compare/v1.8.5...v1.8.6

v1.8.5 April 24, 2022

What's Changed

Full Changelog: https://github.com/jaredwray/writr/compare/v1.8.0...v1.8.5

v1.8.0 March 28, 2022

What's Changed

New Contributors

Full Changelog: https://github.com/jaredwray/writr/compare/v1.7.1...v1.8.0

v1.7.1 February 16, 2022

What's Changed

Full Changelog: https://github.com/jaredwray/writr/compare/v1.7.0...v1.7.1

What's Changed

Full Changelog: https://github.com/jaredwray/writr/compare/v1.6.9...v1.7.0

What's Changed

Full Changelog: https://github.com/jaredwray/writr/compare/v1.6.8...v1.6.9

What's Changed

Full Changelog: https://github.com/jaredwray/writr/compare/v1.6.7...v1.6.8

What's Changed

๐Ÿฅ‡

Full Changelog: https://github.com/jaredwray/writr/compare/v1.6.1...v1.6.5

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 August 25, 2021

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.

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.

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. ๐ŸŽ‰

Moving to Luxon from Moment.

Ecto Upgrade March 21, 2021