All Versions
10
Latest Version
Avg Release Cycle
1 days
Latest Release
1873 days ago

Changelog History

  • v0.1.5.0 Changes

    March 13, 2020
    • ๐Ÿ”’ concurrency safety - protection tags file using a file lock
  • v0.1.4.0 Changes

    March 11, 2020
    • ๐Ÿท Tags for default instances of associated (data) type familes.
    • โž• Added path argument, can be passed using -fplugin-opt=Plugin.GhcTags:../tags.
    • Wrapped IOExceptions, so when it will happen it will be obvious that the plugin failed not ghc
    • ๐Ÿ›  Fixed the tag ordering function to be fullfil the transitivness property.
  • v0.1.3.0 Changes

    March 08, 2020
    • ๐Ÿ”„ Change order of tags: type classes, type families and data type families are sorted before their instances. If one is using multipe tags (the default), the order of them also matters (i.e. in the vim tags option).
  • v0.1.2.1

    March 07, 2020
  • v0.1.2.0 Changes

    March 05, 2020
    • Preserve tag information in ctags generated files
    • ๐Ÿ‘Œ Support for file: tags (exported / not exported terms)
    • โž• Added a test-suite (golden tests and property tests)
  • v0.1.1.0 Changes

    March 03, 2020
    • โž• Added support for tag's kinds.
    • โž• Added various file headers
  • v0.1.0.3 Changes

    March 03, 2020
    • โž• Added support for tag's kinds.
  • v0.1.0.2

    March 02, 2020
  • v0.1.0.1

    March 01, 2020
  • v0.1.0.0 Changes

    March 01, 2020
    • ๐Ÿš€ First version. Released on an unsuspecting world.