Releases: bcarter97/id-generator
Releases · bcarter97/id-generator
v0.5.1
v0.5.0
Breaking changes
The API has changed for v0.5.0
. Please see the README for updated documentation.
What's Changed
- build(deps): update scalafmt-core from 3.5.0 to 3.5.1 by @scala-steward in #61
- build(deps): update sbt-scalafix from 0.9.34 to 0.10.0 by @scala-steward in #62
- build(deps): update scala3-library from 3.1.1 to 3.1.2 by @scala-steward in #63
- build(deps): update sbt-tpolecat from 0.2.2 to 0.2.3 by @scala-steward in #64
- build(deps): update scalafmt-core from 3.5.1 to 3.5.2 by @scala-steward in #65
- build(deps): update sbt-tpolecat from 0.2.3 to 0.3.0 by @scala-steward in #66
- build(deps): update sbt-tpolecat from 0.3.0 to 0.3.1 by @scala-steward in #68
- build(deps): update scalatest from 3.2.11 to 3.2.12 by @scala-steward in #67
- build(deps): update scalafmt-core from 3.5.2 to 3.5.3 by @scala-steward in #69
- build(deps): update scalafmt-core from 3.5.3 to 3.5.4 by @bcarter97 in #70
- Cacheable generator by @bcarter97 in #71
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- Add tests for invalid inputs by @bcarter97 in #57
- docs: fix compilation by @bcarter97 in #58
- build: remove link warnings flag by @bcarter97 in #60
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- build(deps): update scalafmt-core from 3.4.1 to 3.4.2 by @scala-steward in #47
- build(deps): update scalafmt-core from 3.4.2 to 3.4.3 by @scala-steward in #48
- build(deps): update sbt-tpolecat from 0.1.20 to 0.1.22 by @scala-steward in #49
- Remove unused test traits by @bcarter97 in #51
- build(deps): update scalafmt-core from 3.4.3 to 3.5.0 by @scala-steward in #55
- build(deps): update sbt-tpolecat from 0.1.22 to 0.2.2 by @scala-steward in #54
- feat: use atomic int over var by @bcarter97 in #56
Full Changelog: v0.3.3...v0.4.0
v0.3.3
What's Changed
- build(deps): update scalafmt-core from 3.3.1 to 3.3.2 by @scala-steward in #40
- build(deps): update scalafmt-core from 3.3.2 to 3.3.3 by @scala-steward in #41
- build(deps): update scalatest from 3.2.10 to 3.2.11 by @scala-steward in #42
- build(deps): update scalafmt-core from 3.3.3 to 3.4.0 by @scala-steward in #43
- build(deps): update sbt from 1.6.1 to 1.6.2 by @scala-steward in #44
- build(deps): update scala3-library from 3.1.0 to 3.1.1 by @scala-steward in #45
- build(deps): update scalafmt-core from 3.4.0 to 3.4.1 by @scala-steward in #46
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- build(deps): update scalafmt-core from 3.3.0 to 3.3.1 by @scala-steward in #35
- build(deps): update sbt-scoverage from 1.9.2 to 1.9.3 by @scala-steward in #36
- build(deps): update sbt-scalafix from 0.9.33 to 0.9.34 by @scala-steward in #37
- build(deps): update scala-library from 2.13.7 to 2.13.8 by @scala-steward in #38
- build: add tpolecat plugin by @bcarter97 in #39
Full Changelog: v0.3.1...v0.3.2
v0.3.0
What's Changed
- chore: installation and usage docs by @bcarter97 in #18
- refactor: make API easier to understand, add sample by @bcarter97 in #22
- chore: API documentation by @bcarter97 in #23
- build: update dependencies by @bcarter97 in #24
- build: add noBuild pipeline for non-code changes by @bcarter97 in #25
- build: update sbt from 1.5.5 to 1.6.1 by @bcarter97 in #26
- feat: add more helper methods by @bcarter97 in #27
- chore: fix spelling in docs by @bcarter97 in #28
Full Changelog: v0.2.0...v0.3.0