Changelog
v4.1.4
Release
October 30, 2024
- removing console.log from production code by @jaredwray in https://github.com/jaredwray/writr/pull/296
- upgrading vitest to 2.1.4 by @jaredwray in https://github.com/jaredwray/writr/pull/297
- upgrading keyv to 5.1.2 by @jaredwray in https://github.com/jaredwray/writr/pull/298
- upgrading cacheable to 1.8.2 by @jaredwray in https://github.com/jaredwray/writr/pull/299
- upgrading remark-mdx to 3.1.0 by @jaredwray in https://github.com/jaredwray/writr/pull/300
v4.1.3
Release
October 12, 2024
- adding aditional tests just to make sure frontmatter by @jaredwray in https://github.com/jaredwray/writr/pull/294
- moving to node:fs and node:crypto by @jaredwray in https://github.com/jaredwray/writr/pull/295
Full Changelog: https://github.com/jaredwray/writr/compare/v4.1.2...v4.1.3
v4.1.2
Release
October 8, 2024
- upgrading html-react-parse to latest version by @jaredwray in https://github.com/jaredwray/writr/pull/293
Full Changelog: https://github.com/jaredwray/writr/compare/v4.1.1...v4.1.2
v4.1.1
Release
October 6, 2024
- upgrading cacheable to 1.8.0 by @jaredwray in https://github.com/jaredwray/writr/pull/290
- upgrading html-react-parser to 5.1.17 by @jaredwray in https://github.com/jaredwray/writr/pull/291
- upgrading vitest to 2.1.2 by @jaredwray in https://github.com/jaredwray/writr/pull/292
Full Changelog:...
v4.1.0
Release
September 30, 2024
- upgrading typescript to 5.6.2 by @jaredwray in https://github.com/jaredwray/writr/pull/282
- upgrading vitest to 2.1.1 by @jaredwray in https://github.com/jaredwray/writr/pull/283
- upgrading docula to 0.9.1 by @jaredwray in https://github.com/jaredwray/writr/pull/284
- upgrading remark-hype and remark-stringify to latest by @jaredwray in https://github.com/jaredwray/writr/pull/285
- upgrading html-react-parser to 5.1.16 by @jaredwray in https://github.com/jaredwray/writr/pull/286
v4.0.0
Release
September 1, 2024
- moving markdown to its own property called content by @jaredwray in https://github.com/jaredwray/writr/pull/277
- frontmatter management built in https://github.com/jaredwray/writr/pull/280 including helper properties such as
.bodythat will give you just the markdown and not frontMatter. - caching now built in so you dont have to worry about performance on rendering
- Deprecated support for Nodejs 18 and now supporting 20+
v3.2.3
Release
May 13, 2024
- upgrading vitest to 1.6.0 by @jaredwray in https://github.com/jaredwray/writr/pull/261
- upgrading typescript to 5.4.5 by @jaredwray in https://github.com/jaredwray/writr/pull/262
- upgrading rimraf to 5.0.7 by @jaredwray in https://github.com/jaredwray/writr/pull/263
- upgrading docula to 0.5.3 by @jaredwray in https://github.com/jaredwray/writr/pull/264
v3.2.2
Release
March 30, 2024
- upgrading xo to 0.58.0 by @jaredwray in https://github.com/jaredwray/writr/pull/256
- upgrading typescript and webpack to latest by @jaredwray in https://github.com/jaredwray/writr/pull/257
- upgrading vitest to 1.4.0 by @jaredwray in https://github.com/jaredwray/writr/pull/258
- upgrading docula to 0.5.2 by @jaredwray in https://github.com/jaredwray/writr/pull/259
v3.2.1
Release
March 6, 2024
- updating vitest to latest by @jaredwray in https://github.com/jaredwray/writr/pull/254
- upgrading xo to 0.57.0 by @jaredwray in https://github.com/jaredwray/writr/pull/255
Full Changelog: https://github.com/jaredwray/writr/compare/v3.2.0...v3.2.1
v3.2.0
Release
March 1, 2024
- adding support for mdx by @jaredwray in https://github.com/jaredwray/writr/pull/253
Full Changelog: https://github.com/jaredwray/writr/compare/v3.1.0...v3.2.0