Skip to content

Releases: mernxl/mongoose-id-assigner

v1.1.1

26 Jul 19:22
Compare
Choose a tag to compare

1.1.1 (2018-07-26)

Bug Fixes

  • fix flow typed errors, update type defs (b38ed20)
  • flow: fix flow typed errors, SchemaState use import type (1dff68d)

v1.1.0

26 Jul 17:57
Compare
Choose a tag to compare

1.1.0 (2018-07-26)

Features

  • add discriminator support (7ec1c29)
  • add semantic-release and configure (7bb5afb)

v1.0.0

25 Jul 23:49
Compare
Choose a tag to compare

First Production Release. With both typeScript and flow types

Mongoose-id-assigner basics

24 Jul 22:44
Compare
Choose a tag to compare
Pre-release

A Mongoose Plugin. Easily Manage fields that need an id(unique value) on your mongoose model. This plugin does the work of generating, incrementing, and assigning those values(unique) to those fields.