Skip to content

Releases: PukPukov/AncapCommons

v1.9.16 — Fix name broking numeration of arguments

07 Aug 12:12
Compare
Choose a tag to compare

v1.9.14 & v1.9.15

07 Aug 12:02
Compare
Choose a tag to compare

1.9.14

  • Remove limitations of postformat() usage

1.9.15

  • Fix confusing similarity of methods postFormat and postformat in AncapDebug

v1.9.13 — Postformats in AncapDebug

07 Aug 11:32
Compare
Choose a tag to compare
add postformats to AncapDebug

v1.9.12 — Major AncapDebug overhaul and other improvements

07 Aug 08:50
Compare
Choose a tag to compare
  • Better parameter names in Pair<A, B>
  • Get rid of casting in GuaranteedMap
  • Add DynData
  • Major AncapDebug overhaul
  • Add toString() to Weights

v1.9.11

04 Aug 22:07
Compare
Choose a tag to compare
  • Add additional method names in Pair<A, B>
  • Fix confusing public method in GuaranteedMap

v1.9.10

17 Jul 04:10
Compare
Choose a tag to compare
  • IntLongPacker

v1.9.9

17 Jul 04:02
Compare
Choose a tag to compare
  • Weights

v1.9.4 & v1.9.5

21 Jun 21:03
Compare
Choose a tag to compare

1.9.4

  • FlowEventBus
  • Iterable -> Stream converter
  • NumberIterator
  • Limited Supplier -> Iterator converter

1.9.5

  • Small refactor in RangeSupplier
  • New versioning system beginning
    • Now standard (i.e. without -SNAPSHOT mark) version in pom.xml refers to exact unchangeable release
    • In development process -SNAPSHOT-marked versions will be used, e.g. 1.9.6-SNAPSHOT, and there could be a lot of dev binaries under single version string if this is snapshot version string

v1.9.3 — @ImplementationRequired

12 Apr 15:14
Compare
Choose a tag to compare
ImplementationRequired

v1.9.2

12 Apr 13:44
Compare
Choose a tag to compare
Turns out I used this class. Not so much time right now to rewrite ol…