Skip to content

Releases: flytegg/neptune

Bug fixes

31 Oct 01:11
Compare
Choose a tag to compare
2.4

Changed rest action from queue to complete for registering commands i…

Fix instantiation bugs and lowercase parameter mapping, add @Exclude

25 Jun 04:14
22477c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2...2.3

2.2

15 May 03:19
Compare
Choose a tag to compare
2.2
  • Added optional @Description to allow for descriptions on arguments/options.
  • Modified @Instantiate to be applied on fields as well as methods in the main class.

2.1

12 May 00:05
Compare
Choose a tag to compare
2.1

Version fix

2.0

12 May 00:01
0af3808
Compare
Choose a tag to compare
2.0
  • Accounted for Kotlin Int as parameter type
  • Fix annotation finding when using Kotlin
  • Optionally register all event listeners
  • Rewrite CommandDispatcher
  • Force lowercase paramater option names
  • Add Kotlin test example
  • Register all classes that use @Inject
  • Switch Neptune startup from static start to a Builder

1.3

24 Apr 23:31
Compare
Choose a tag to compare
1.3
Changed from gg.stephen to gg.flyte

1.2

01 Apr 21:51
4286151
Compare
Choose a tag to compare
1.2
Merge pull request #4 from devous/master

Go back to using Reflections to fix some weird issues... also add det…

1.1

17 Mar 21:10
46c4d92
Compare
Choose a tag to compare
1.1
Update README.md

1.0

18 Nov 21:11
Compare
Choose a tag to compare
1.0
Initial commit