Skip to content

Releases: spiltcoffee/postdfm

v7.0.1

25 Apr 04:45
Compare
Choose a tag to compare

7.0.1 (2021-04-25)

Bug Fixes

  • fixed issues with ESM conversion not working (4d73f84), closes #222

v7.0.0

09 Apr 12:31
Compare
Choose a tag to compare

7.0.0 (2021-04-09)

Bug Fixes

Features

  • bumped minimum node version to 12.0.0 (d9f4ea4)
  • updated all of postdfm to use esmodules correctly (7713eec)

BREAKING CHANGES

  • postdfm is now in ESM rather than CommonJS
  • bumped minimum node version to 12.0.0

v6.0.3

08 Apr 13:10
94df2f4
Compare
Choose a tag to compare

6.0.3 (2021-04-08)

Bug Fixes

  • manually updated yarn.lock (snyk didn't seem to want to update these itself) (c0dfbc2)
  • manually updated yarn.lock (snyk didn't seem to want to update these itself) (cd4dc43)

v6.0.2

31 Mar 00:35
Compare
Choose a tag to compare

6.0.2 (2021-03-31)

Bug Fixes

  • package.json to reduce vulnerabilities (02c3dc8)
  • updated yarn.lock (4c4feb8)

v6.0.1

31 Mar 00:23
Compare
Choose a tag to compare

6.0.1 (2021-03-31)

Bug Fixes

  • package.json to reduce vulnerabilities (d5f6728)
  • updated yarn.lock (698b0b7)

v6.0.0

26 Jan 09:29
Compare
Choose a tag to compare

6.0.0 (2021-01-26)

Bug Fixes

  • @postdfm/dfm2ast: concat to existing array rather than constructing new one (8cc5dcd), closes #104
  • @postdfm/dfm2ast: fixed parser to interpret nameless object correctly (80633d0), closes #180
  • @postdfm/plugin: changed from SyncWaterfallHook to SyncHook (772c69b)
  • set node minimum version to 8.3.0 (9853a00)

Features

  • @postdfm/plugin: added @postdfm/plugin (ec48a72), closes #198
    • Provides a plugin structure that allows said plugin to tap into the hooks called by @postdfm/transformer.
  • @postdfm/plugin: added after hooks (536e6f4)
  • @postdfm/transform: added @postdfm/transform (0ca5179), closes #112
    • Responsible for iterating over the structure provided by @postdfm/ast and allowing transformations via Webpack Tapable's Hooks.
  • postdfm: update postdfm to use @postdfm/plugin and @postdfm/transform (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

v6.0.0-beta.5

26 Jan 07:00
Compare
Choose a tag to compare
v6.0.0-beta.5 Pre-release
Pre-release

6.0.0-beta.5 (2021-01-26)

Bug Fixes

  • @postdfm/dfm2ast: concat to existing array rather than constructing new one (8cc5dcd), closes #104

v6.0.0-beta.4

26 Jan 06:43
Compare
Choose a tag to compare
v6.0.0-beta.4 Pre-release
Pre-release

6.0.0-beta.4 (2021-01-26)

Bug Fixes

  • @postdfm/dfm2ast: fixed parser to interpret nameless object correctly (80633d0), closes #180

BREAKING CHANGES

  • @postdfm/dfm2ast: Nameless objects will now define the type and leave the name undefined

v6.0.0-beta.3

25 Jan 13:24
Compare
Choose a tag to compare
v6.0.0-beta.3 Pre-release
Pre-release

6.0.0-beta.3 (2021-01-25)

Bug Fixes

  • @postdfm/plugin: changed from SyncWaterfallHook to SyncHook (772c69b)

v6.0.0-beta.2

25 Jan 05:06
Compare
Choose a tag to compare
v6.0.0-beta.2 Pre-release
Pre-release

6.0.0-beta.2 (2021-01-25)

Features

  • @postdfm/plugin: added after hooks (536e6f4)