Skip to content

Releases: auralshin/mongoose-uuid

Final Suits

16 Jun 06:18
Compare
Choose a tag to compare

yml update

16 Jun 05:32
Compare
Choose a tag to compare
1.0.5

update dthe workflow

mongo localhost url added

16 Jun 05:28
Compare
Choose a tag to compare
1.0.4

update the db

uuid validate support added

16 Jun 05:24
Compare
Choose a tag to compare
  • Casts UUID strings to buffers and vice versa for seamless storage and retrieval of UUID values.
  • Enables querying UUID fields using UUID strings or buffers.
  • Provides a getter to convert UUID buffers to UUID strings.
  • Validates UUID values during casting and querying and throws errors for invalid UUIDs.
  • Supports checking the required state of UUID values.

Typescript support added

16 Jun 05:22
Compare
Choose a tag to compare
  • Casts UUID strings to buffers and vice versa for seamless storage and retrieval of UUID values.
  • Enables querying UUID fields using UUID strings or buffers.
  • Provides a getter to convert UUID buffers to UUID strings.
  • Validates UUID values during casting and querying and throws errors for invalid UUIDs.
  • Supports checking the required state of UUID values.