-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [6.0.0](v5.0.6...v6.0.0) (2021-01-26) ### Bug Fixes * **@postdfm/dfm2ast:** concat to existing array rather than constructing new one ([8cc5dcd](8cc5dcd)), closes [#104](#104) * **@postdfm/dfm2ast:** fixed parser to interpret nameless object correctly ([80633d0](80633d0)), closes [#180](#180) * **@postdfm/plugin:** changed from SyncWaterfallHook to SyncHook ([772c69b](772c69b)) * set node minimum version to 8.3.0 ([9853a00](9853a00)) ### Features * **@postdfm/plugin:** added @postdfm/plugin ([ec48a72](ec48a72)), closes [#198](#198) * **@postdfm/plugin:** added after hooks ([536e6f4](536e6f4)) * **@postdfm/transform:** added @postdfm/transform ([0ca5179](0ca5179)), closes [#112](#112) * **postdfm:** update postdfm to use @postdfm/plugin and @postdfm/transform ([04d5757](04d5757)) ### BREAKING CHANGES * **@postdfm/dfm2ast:** Nameless objects will now define the type and leave the name undefined * **postdfm:** postdfm no longer accepts the transformer option. Instead, postdfm will accept plugins that extend the class available in the new @postdfm/transform package. * set node minimum version to 8.3.0
- Loading branch information
1 parent
e1c2cc4
commit 211b718
Showing
6 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters