Skip to content

Releases: bigeasy/constrain

Constrain v2.0.0-alpha.7

07 Feb 07:51

Choose a tag to compare

Pre-release
  • Upgrade advance to 3.0.0-alpha.11.
  • Upgrade mvcc to 2.0.0-alpha.5.
  • Update LICENSE for current year.

Closes #73.

Constrain v2.0.0-alpha.6

20 Sep 19:19

Choose a tag to compare

Pre-release
  • Upgrade extant to ^2.0.0-alpha.4.

Closes #72.

Constrain v2.0.0-alpha.5

03 Aug 10:02

Choose a tag to compare

Pre-release
  • Upgrade extant to ^2.0.0-alpha.3.

Closes #71.

Constrain v2.0.0-alpha.4

23 Jul 06:39

Choose a tag to compare

Pre-release
  • Upgrade advance to 3.0.0-alpha.10.
  • Upgrade mvcc to 2.0.0-alpha.4.
  • Build with Node.js 16 on Travis CI.
  • Build with Node.js 16 on GitHub Actions.

Closes #70.

Constrain v2.0.0-alpha.3

28 Feb 21:05

Choose a tag to compare

Pre-release
  • Update for dependency ugprades.
  • Upgrade extant to ^2.0.0-alpha.0.

Closes #69.

Constrain v2.0.0-alpha.2

21 Jan 23:08

Choose a tag to compare

Pre-release
  • Upgrade advance to 3.0.0-alpha.9.
  • Upgrade mvcc to 2.0.0-alpha.3.
  • Update LICENSE for 2021.
  • Build with Node.js 12, 14 and 15 on CI/CD.

Closes #68.

Constrain v2.0.0-alpha.1

06 Nov 09:01

Choose a tag to compare

Pre-release
  • Inherit the decorated iterator type. See #66.
  • Upgrade advance to 3.0.0-alpha.8. Closes #66.
  • Implement MVCC iterator. Closes #65.

Closes #67.

Constrain v2.0.0-alpha.0

25 Aug 23:59

Choose a tag to compare

Pre-release
  • Convert to ES6, no starting boundary check. Closes #49. Closes #63.
  • Add chicklets and links to README.md. Closes #62.
  • Build with Actions, ship coverage to Codecov. Closes #60. Closes #61.
  • Add .npmignore. See #62.
  • Update .gitignore. See #62.
  • Remove t directory. See #62.
  • Build with only Node.js 12 on Travis CI. Closes #59. Closes #58.
  • Upgrade proof to 9.0.2. Closes #57.
  • Update LICENSE for 2020. Closes #56.

Closes #64.

Constrain 0.0.6

26 Jan 00:50

Choose a tag to compare

Rename to Constrain

Rename the package to constrain because it narrows an iterator into a particular range.

Issue by Issue

  • Fix Travis CI coverage shipping key. #30.
  • Release version 0.0.6. #29.
  • Upgrade Proof to 0.0.41. #28.
  • Rename to Constrain. #27.

Correlate 0.0.5

08 Jan 17:28

Choose a tag to compare

Track Limit

Now tracking the limit specified by the limit property of the iterator.

Issue by Issue

  • Release version 0.0.5. #26.
  • Track limit. #15.