Skip to content

Releases: adrians5j/adio

v1.2.1

07 Jul 04:12
Compare
Choose a tag to compare

1.2.1 (2020-07-07)

Bug Fixes

  • cleanup redundant text and contributors section (bba02f8)

v1.2.0

07 Jul 04:08
Compare
Choose a tag to compare

1.2.0 (2020-07-07)

Features

  • add default parser plugins to support common syntax out of the box (9dcac3c)

v1.1.1

17 Feb 08:51
Compare
Choose a tag to compare

1.1.1 (2020-02-17)

Bug Fixes

  • add space between icon and text (0a75a04)

v1.1.0

16 Feb 19:36
Compare
Choose a tag to compare

1.1.0 (2020-02-16)

Bug Fixes

  • if package name is missing, warn the user (72bf552)
  • improve error message if an incorrect path was passed (93aea73)
  • make warnings more clear (2a9ab7d)

Features

  • ignore node.js system packages (e1fea6f)

v1.0.1

16 Jan 11:43
Compare
Choose a tag to compare

1.0.1 (2020-01-16)

Bug Fixes

v1.0.0

14 Oct 16:10
Compare
Choose a tag to compare

1.0.0 (2019-10-14)

Bug Fixes

  • check if local config exists before using (9f8e9c1)
  • correctly get custom "traverse" function (a4a5c61)
  • detect exporting (df9eb73)
  • export utility functions for testing purposes (da5bdfe)
  • manage dependencies and bin settings (f063ceb)
  • remove unnecessary return (66f4c8f)
  • skip exports of local variables / constants (d7e8ca5)

Features

  • add ability to traverse manually too (f648166)
  • add nice success message (245362b)
  • detect import / require statements via AST (7d38621)
  • improve error messaging (0bc687e)
  • improve package.json loading error messages (e5fe68d)
  • show errors output via console (ceae7ba)