v4.0.0
ReleaseBreaking Changes and Major Updates
- 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+
- Added in
loadFromFileandsaveToFileasync and sync functions
What's Changed
- moving ts-node to devDependency by @jaredwray in https://github.com/jaredwray/writr/pull/266
- removing processor from unified as not used by @jaredwray in https://github.com/jaredwray/writr/pull/267
- Upgrading to support nodejs 20 and 22. dropping nodejs 18 by @jaredwray in https://github.com/jaredwray/writr/pull/268
- upgrading xo to 0.59.3 by @jaredwray in https://github.com/jaredwray/writr/pull/269
- upgrading vitest to 2.0.5 by @jaredwray in https://github.com/jaredwray/writr/pull/270
- upgrading typescript and webpack to lastest by @jaredwray in https://github.com/jaredwray/writr/pull/271
- upgrading unified to 11.0.5 by @jaredwray in https://github.com/jaredwray/writr/pull/272
- upgrading docula to 0.9.0 by @jaredwray in https://github.com/jaredwray/writr/pull/273
- upgrading remark-emoji to 5.0.1 by @jaredwray in https://github.com/jaredwray/writr/pull/274
- upgrading rehype-katex to 7.0.1 by @jaredwray in https://github.com/jaredwray/writr/pull/275
- upgrading html-react-parser to 5.1.15 by @jaredwray in https://github.com/jaredwray/writr/pull/276
- BREAKING CHANGE - moving markdown to its own property by @jaredwray in https://github.com/jaredwray/writr/pull/277
- updating readme with new changes on markdown by @jaredwray in https://github.com/jaredwray/writr/pull/278
- Caching for markdown rendering by @jaredwray in https://github.com/jaredwray/writr/pull/279
- frontmatter by @jaredwray in https://github.com/jaredwray/writr/pull/280
- save and load file functions by @jaredwray in https://github.com/jaredwray/writr/pull/281
Full Changelog: https://github.com/jaredwray/writr/compare/v3.2.3...v4.0.0