All Versions
10
Latest Version
Avg Release Cycle
1 days
Latest Release
1873 days ago
Changelog History
Changelog History
-
v0.1.5.0 Changes
March 13, 2020- ๐ concurrency safety - protection
tags
file using a file lock
- ๐ concurrency safety - protection
-
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 notghc
- ๐ 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).
- ๐ 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
-
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.