Skip to content

Releases: bigeasy/subordinate

Subordinate v6.0.0-alpha.1

20 Dec 01:52

Choose a tag to compare

Pre-release
  • Remove bin section from package.json.

Closes #46.

Subordinate v6.0.0-alpha.0

20 Dec 01:42

Choose a tag to compare

Pre-release
  • 'use strict' in unit test.
  • Rename Permate varaible to subordinate.
  • Build with Node.js 12,14, and 15 on CI/CD.
  • Build with Actions, ship coverage to Codecov.
  • Update LICENSE for 2020.
  • Add .gitgnore and .npmignore.
  • Update package.json with shorthand URL.
  • Update with new subset function from Rescue.

Closes #45.

Subordinate 0.0.1

08 Feb 17:07

Choose a tag to compare

Containment

Sketch of the containment test.

Issue by Issue

  • Release version 0.0.1. #10.
  • Recurse. #9.
  • Compare arrays. #8.
  • Test for wrong values. #7.
  • Test for identical values. #6.

Subordinate 0.0.0

08 Feb 03:43

Choose a tag to compare

Initial Empty Project

An initial release containing an empty library. The project has all the component parts, README, LICENSE and a basic index.js and unit test. It builds on Travis CI and ships its coverage to a public web server.

Issue By Issue

  • Release version 0.0.0. #5.
  • Ship coverage from Travis CI to web server.
  • Build on Travis CI. #3.
  • Create minimal empty project. #2.