Skip to content

Releases: venantius/yagni

[release] v0.1.7

13 Dec 12:24
Compare
Choose a tag to compare
  • Bumps plugin to correctly install Yagni dep at current level (0.1.7)

[release] v0.1.6

31 Aug 14:49
Compare
Choose a tag to compare
  • Adds support to reader conditionals, thanks to @nha and @jcf.

[release] v0.1.4

28 Aug 16:57
Compare
Choose a tag to compare
  • Failed to bump the version injection in 0.1.3, so this is actually what 0.1.3 should have been.
  • Fixed a ClassNotFound exception when Yagni encountered a function with a name like a class constructor (e.g. ->Something)
  • Removed the log4j dependency entirely.
  • Cleaned up the main run-yagni function to expose a cleaner, more functional interface.

[release] v0.1.2

07 Jul 16:02
Compare
Choose a tag to compare
  • Removed logging configuration so as to not interfere with higher level logging config.
  • Added nonzero exit codes when parents or exits are found.
  • Better JVM interop - specifically, superior handling for defprotocol, deftype and defrecord forms.

[release] v0.1.1

21 Jun 23:18
Compare
Choose a tag to compare
  • Fixing a dependency bug that caused Yagni to point at a snapshot rather than the current release.