Skip to content

StickyAPI v2.0.0

Choose a tag to compare

@jcxldn jcxldn released this 16 Jan 21:26
· 114 commits to master since this release
5e944ef

StickyAPI v2

Actual patch notes + upgrade notes coming soon!

Commits

5e944ef Add javadoc-check ci job for general commits
1f91ee1 Fix javadoc comments
2630eff Set UTF-8 as the default encoding when required
1928816 PlayerSelector & better math util (#69)
ff64da2 Create reflection package (#65)
c8f6172 Implement PacketInjector & BukkitHandler (#70)
e5510af Remove Powermock from test deps, update dep comments (#66)
b1b3d1d Bump classgraph from 4.8.92 to 4.8.98 (#59)
a069c6e Bump mockito-core from 3.6.28 to 3.7.0 (#63)
44d62fd Update all references to include current year (2021) (#64)
80fc85f Feat/zachery/minor refactor (#61)
9f937c9 Rewrite of GUI (#55)
964d6a0 Make the @Untested annotation show up in javadoc (#53)
29494b5 Minor fixes from cherrypicks (#52)
ae36442 Create superficial Sound enum test (#47)
265380b Refactor ServerUtilTest to reduce code dupe via Consumers (#44)
b5cc229 Fix & Improve ClickableSlot (#40)
54dbee1 Fix tests :(
d093203 Feat/bungee commandbuilder (#39)
efa74b2 getRecentTps refactor / hotfix (#37)
e00bf3a Create initial CODEOWNERS file
7dba26d Bump classgraph from 4.8.90 to 4.8.92 (#36)
6bdcb02 (build.gradle): bump `org.mockito:mockito-core` to `3.6.28`
9ccea56 More tests + bugfixes (#27)
3bea60a Feat/protocol (#32)
6056cc8 Add TimeUtil.expirationTime(Timestamp)
cc7afae Reimplement TimeUtil.durationString(Timestamp)
5713049 Misc refactor, javadocs, and more tests
27b9c3c Fix imports
a74efd5 Add NotNull/Nullable annotations
e266cc8 Change to MIT license
9dcca62 Fix TimeUtil... It was messy..
5a9ae35 Add CommandBuilder#playSound()
27fae47 Add cooldown and requiresPlayer to cmd builder
ee58e6a Add rawArgs to Arguments
92df570 Add more fallback methods to optional arguments
ed6ed93 Add issue template
f1ea6e5 (deps): Bump powermock deps to 2.0.9
8fa96ad Remove unused imports
2b2979e Update reamdme
b98b4fb Fix NPE in CommandBuilder
96187ca Add sub-commands to CommandBuilder
64b40ab Remove memory feature from Cache, it didn't really work anyway...
ef87f27 Update README.md
c7b0932 (readme): Add dev quotes; codecov badge
2ea84ab Add since annotation to new classes + new method
d3fc79b Bump build.gradle to 2.0.0
6015cfe (tests): Remove test for code that no longer exists
d4d62b0 Remove comment containing old code
d823bfb feat/next (#16, merge commit)
235e669 Change Arguments#get() to return the parsedArgs HashMap
b056e2a Command builder (#21)
b905a03 Revert `849e025`; but keep `build.gradle` changes
10c3ef5 (ci): Also run license header checker for test source files
fd44055 add license formatter for test source files; run header formatter
1f273a1 Merge branch 'master' into feat/next/exitcode-rewrite
23e231a ParticleSystem (#18)
77c9103 Automatic License Header via Gradle (#19)
c1b5571 Merge branch 'master' of github.com:DumbDogDiner/StickyAPI into master
976616f More javadocs
a3d1753 (ci): Also install curl and ca-certifficates for codecov
84e5fe9 (ci): Install bash for codecov
9f4e6d2 (ci): Initial codecov attempt (j11 only); enable xml and html reports for jacoco
3360f0a Auto-remove lombok.config comment
798830e Update to JaCoCo 0.8.6 for j15 class file support
4983eb8 Revert "(ci): only run on java 11 LTS"
16c3f01 Use builtin static instances for getting bungee version (#11)
3e2c7bc Add Luhn util test; add 0 length string bugfix for Luhn#luhnCheck(String)
baef385 Merge branch 'master' into feat/next/exitcode-rewrite