Releases: posthtml/posthtml-markdownit
Releases · posthtml/posthtml-markdownit
v3.1.0
- feat: hybrid esm/cjs 04fee2a
- ci: update node matrix c20ec79
- build(deps0dev): update vitest and @vitest/coverage-v8 522c7b2
- refactor: use biome instead of eslint 5ad085b
- build(deps-dev): remove np 9bad20b
- build(deps-dev): bump np from 10.0.5 to 10.0.6 d3a23a1
- build(deps-dev): bump @typescript-eslint/eslint-plugin 5a85f89
v3.0.2
- build(deps-dev): bump @typescript-eslint/eslint-plugin e929ec9
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 a8b7b74
- build(deps-dev): bump @vitest/coverage-v8 from 1.5.2 to 1.6.0 f24ac13
- build(deps-dev): bump np from 10.0.3 to 10.0.5 c909d07
- build(deps-dev): bump vite from 5.1.6 to 5.2.8 218a9ab
- build(deps): bump markdown-it from 14.0.0 to 14.1.0 c0a82e8
v3.0.1
v3.0.0
v2.0.0
v1.3.1
What's Changed
- Set match method when tree has not it by @thewebartisan7 in #26
New Contributors
- @thewebartisan7 made their first contribution in #26
Full Changelog: v1.3.0...v1.3.1
v1.3.0
This minor release adds a bunch of new features, all thanks to @nsrosenqvist.
Correct source path
If root is set to something other than the current working directory, posthtml will error out due to the file not being found. Making sure to prepend the correct root to the dependency message fixes this. c2765fb
Enable loading plugins from .posthtmlrc
Enables loading plugins if they are defined as strings and enables .posthtmlrc
configuration. cd8bb5d
Support for the markdown-it
inline rendering feature
Adds a new supported attribute to the tag. Found that I needed this when I included text blocks in my templates. 4a64e3c
v1.2.3
This release updates dependencies and moves CI to GitHub Actions.
- ci: remove travis config 3dc6125
- ci: add github actions nodejs workflow e11458f
- build: update dev dependencies 26d257a
- build(deps): bump posthtml-render from 1.2.3 to 1.4.0 5853e25
- build(deps): bump posthtml-parser from 0.5.1 to 0.6.0 d16f882
- build(deps): bump posthtml from 0.13.4 to 0.15.0 bcd7fe7
- update files in package.json f71bcaa
- publish v1.2.2 002f7b5
- build(deps-dev): bump xo from 0.30.0 to 0.34.1 3e845f3
- build(deps-dev): bump np from 6.2.3 to 6.5.0 0ed7687
- build(deps-dev): bump markdown-it-emoji from 1.4.0 to 2.0.0 19f7225
- build(deps-dev): bump jusky from 4.2.5 to 4.3.0 c0a9137
- build(deps-dev): bump ava from 3.8.2 to 3.13.0 b742927
- build(deps): bump posthtml-render from 1.2.2 to 1.2.3 351a1ec
- test: update code test expectation 25da90f
- build(deps): bump posthtml-parser from 0.4.2 to 0.5.1 28f2c99
- build(deps): bump posthtml from 0.13.0 to 0.13.4 24e7553
- build(deps): bump markdown-it from 11.0.0 to 12.0.2 eae637d
- build(deps): bump elliptic from 6.5.2 to 6.5.3 6497bee
- build(deps): bump lodash from 4.17.15 to 4.17.19 e9c543c
v1.2.1
v1.2.0
- test: Updated tests 8ffb465
- feat: better indentation 9fd4480
- feat: updated np and added scripts 8917995
- Small changes in readme c5a3073
- Merge pull request #3 from cossssmin/master 2764cf0
- docs: update readme.md 63cb739
- fix: encoding option value 08b93f6
- feat: attributes support fe6c528
- test: markdown-it options 1ef6bae
- test: more explicit test names 0770c40
- feat: add wrapping tag only with option ff383e4
- refactor: update boilerplate, cleanup a754aa1
- Updated config 8aed9d0
- Added tests for plugin support a633ecc