Skip to content

Releases: davidmoten/kool

0.1.35

02 May 12:23
Compare
Choose a tag to compare

Enhancements

  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #101
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 by @dependabot in #102
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 by @dependabot in #103
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 by @dependabot in #104
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0 by @dependabot in #105
  • add Stream.noneMatch operator by @davidmoten in #106

Full Changelog: 0.1.34...0.1.35

0.1.34

13 Mar 23:17
Compare
Choose a tag to compare

Enhancements

  • add no-copy overload of Stream.buffer to reduce allocation pressure by @davidmoten in #100
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.16.2 by @dependabot in #98
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.0 by @dependabot in #99

Full Changelog: 0.1.33...0.1.34

0.1.33

04 Mar 20:42
Compare
Choose a tag to compare

Enhancements

  • Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 by @dependabot in #96
  • add Stream operators prepend iterable, concatWith iterable, doOnComplete with count by @davidmoten in #97

Full Changelog: 0.1.31...0.1.33

0.1.31

04 Mar 20:40
Compare
Choose a tag to compare

Enhancements

  • add alias limit for Stream.take

Full Changelog: 0.1.30...0.1.31

0.1.30

31 Jan 10:18
Compare
Choose a tag to compare

Enhancements

Runtime

  • use long parameters for Stream skip, get, mapWithIndex operators by @davidmoten in #95
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.16.0 by @dependabot in #87
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1 by @dependabot in #92

Build

  • Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 by @dependabot in #82
  • Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.0 to 3.3.1 by @dependabot in #83
  • Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1 by @dependabot in #84
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2 by @dependabot in #85
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 by @dependabot in #86
  • Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 by @dependabot in #88
  • Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.4.5 to 3.5.0 by @dependabot in #89
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 by @dependabot in #90
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 by @dependabot in #91
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 by @dependabot in #93
  • Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2 by @dependabot in #94

Full Changelog: 0.1.29...0.1.30

0.1.29

31 Jan 10:17
Compare
Choose a tag to compare

Enhancements

Runtime

  • Bump com.github.davidmoten:guava-mini from 0.1.6 to 0.1.7 by @dependabot in #80
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.15.3 by @dependabot in #81

Build

  • Bump jmh.version from 1.36 to 1.37 by @dependabot in #78
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #79

Full Changelog: 0.1.28...0.1.29

0.1.28

03 Aug 06:03
Compare
Choose a tag to compare

Enhancements

Full Changelog: 0.1.27...0.1.28

0.1.27

01 Aug 10:49
Compare
Choose a tag to compare

Enhancements

  • Add factory and accumulator parameters to bufferUntil, bufferWhile so can use arbitrary buffer state (#76)

Full Changelog: 0.1.25...0.1.27

0.1.25

26 Jul 10:12
Compare
Choose a tag to compare

Bug fix

Enhancements

Runtime

Build

  • Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #60
  • Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #61
  • Bump jacoco-maven-plugin from 0.8.8 to 0.8.9 by @dependabot in #64
  • Bump maven-project-info-reports-plugin from 3.4.2 to 3.4.3 by @dependabot in #65
  • Bump maven-checkstyle-plugin from 3.2.1 to 3.2.2 by @dependabot in #66
  • Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 by @dependabot in #68
  • Bump maven-pmd-plugin from 3.20.0 to 3.21.0 by @dependabot in #69
  • Bump maven-checkstyle-plugin from 3.2.2 to 3.3.0 by @dependabot in #71
  • Bump maven-project-info-reports-plugin from 3.4.3 to 3.4.4 by @dependabot in #72
  • Bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5 by @dependabot in #74

New Contributors

Full Changelog: 0.1.24...0.1.25

0.1.24

08 Feb 08:49
Compare
Choose a tag to compare

Enhancements

Full Changelog: 0.1.23...0.1.24