Changelog
v3.0.0
Release
October 28, 2024
https://github.com/jaredwray/fumanchu?tab=readme-ov-file#breaking-changes-from-v2-to-v3
- upgrading micromatch to 4.0.8 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/62
- upgrading typescript to 5.6.3 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/63
- moving to async createHandlebars function to do dynamic import by @jaredwray in https://github.com/jaredwray/fumanchu/pull/64
Full Changelog:...
v2.1.0
Release
October 6, 2024
- migrating back to commonjs as the project is not ready for ESM by @jaredwray in https://github.com/jaredwray/fumanchu/pull/61
Full Changelog: https://github.com/jaredwray/fumanchu/compare/v2.0.0...v2.1.0
v2.0.0
Release
August 19, 2024
- upgrading typescript to 5.5.4 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/57
- upgrading mocha to 10.7.3 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/58
- moving to nodejs 20 and 22. removing support for 18 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/59
v1.5.0
Release
July 5, 2024
-
Deprecate Falsey by @jeremybalog in https://github.com/jaredwray/fumanchu/pull/55
-
adding in unit tests and version bump by @jaredwray in https://github.com/jaredwray/fumanchu/pull/56
-
@jeremybalog made their first contribution in https://github.com/jaredwray/fumanchu/pull/55
Full Changelog:...
v1.4.1
Release
June 21, 2024
- updated the index.d.ts to what was in 1.3.0
- upgrading md modules by @jaredwray in https://github.com/jaredwray/fumanchu/pull/54
Full Changelog: https://github.com/jaredwray/fumanchu/compare/v1.4.0...v1.4.1
v1.4.0
Release
June 20, 2024
Biggest change was on the type definition.
- esm support for handlebarhelpers by @jaredwray in https://github.com/jaredwray/fumanchu/pull/47
- Making helper md native to fumanchu by @jaredwray in https://github.com/jaredwray/fumanchu/pull/48
- types definition update by @jaredwray in https://github.com/jaredwray/fumanchu/pull/49
- upgrading c8 to 10.1.2 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/50
v1.3.0
Release
April 25, 2024
- adding in site creation by @jaredwray in https://github.com/jaredwray/fumanchu/pull/39
- Doc Update: Update README.md link by @sashalikesplanes in https://github.com/jaredwray/fumanchu/pull/40
- upgrading mocha to 10.4.0 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/41
- updating gitignore removing site build by @jaredwray in https://github.com/jaredwray/fumanchu/pull/43
- removing helper-for-markdown by @jaredwray in https://github.com/jaredwray/fumanchu/pull/44
v1.2.1
Release
March 7, 2024
- adding in the right export (index.mjs) by @jaredwray in https://github.com/jaredwray/fumanchu/pull/38
Full Changelog: https://github.com/jaredwray/fumanchu/compare/v1.2.0...v1.2.1
v1.2.0
Release
March 7, 2024
- adding in module ESM support by @jaredwray in https://github.com/jaredwray/fumanchu/pull/37
Full Changelog: https://github.com/jaredwray/fumanchu/compare/v1.1.3...v1.2.0
v1.1.3
Release
February 8, 2024
- fixing typo errors on LICENSE and CONTRIBUTING by @jaredwray in https://github.com/jaredwray/fumanchu/pull/32
- added rimraf for clean script by @jaredwray in https://github.com/jaredwray/fumanchu/pull/33
- adding in fumanchu.org by @jaredwray in https://github.com/jaredwray/fumanchu/pull/34
- upgrading mocha to 10.3.0 by @jaredwray in https://github.com/jaredwray/fumanchu/pull/35