Skip to content

Latest commit

 

History

History
340 lines (303 loc) · 36.1 KB

CHANGELOG.md

File metadata and controls

340 lines (303 loc) · 36.1 KB

Changelog

v0.4.0 (2021-11-10)

Full Changelog

⚠️ Breaking changes

📈 Dependency updates

Merged pull requests:

v0.3.0 (2021-09-10)

Full Changelog

📈 Dependency updates

v0.2.0 (2021-05-05)

Full Changelog

🚀 Features

🐛 Bug Fixes

  • fromString method accepts invalid strings #134

📈 Dependency updates

Closed issues:

  • Enable codecov #117
  • Create memeid microsite #101

Merged pull requests:

v0.1 (2020-02-27)

Full Changelog

🚀 Features

  • Make memeid-cats not dependent on memeid-scala #91
  • Compare by fields when two UUIDs are the same version #78
  • Use a diferent top-level namespace for JVM lang integrations #75
  • Extract UUID construction to a Java-only library #69
  • Make implementation not dependent on cats-effect #41
  • Auto-draft releases and label new PRs #129 (alejandrohdezma)

📘 Documentation

  • Scaladoc in comments #44
  • Readme that serves as docs #40

Closed issues:

  • Support Scala 2.12 & 2.13 #115
  • Remove dependency with circe java.util.UUID typeclasses #109
  • Extract Arbitrary instances to its own module #106
  • Memeid guideline #98
  • Release #54
  • Typeclass for node information #26
  • Macro constructor #24
  • Bitwise op primitives #22
  • Cats typeclass instances for UUID #14
  • Circe integration #13
  • Doobie integration #12
  • Http4s integration #11
  • Constructor for creating v5 (namespaced, SHA1 hash) UUIDs #9
  • Constructor for creating v3 (namespaced, MD5 hash) UUIDs #8
  • Constructor for generating SQUUIDs (random, time-based) #7
  • Constructor for generating a v4 (random) UUID #6
  • Constructor for generating v1 (time-based) UUIDs #5
  • Functions for obatining the time components of UUIDs #4
  • Functions for obtaining the most and least significant bits of a UUID #3
  • Function for obtaining UUID version #2
  • Function for obtaining UUID variant #1

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator