Skip to content

Latest commit

 

History

History
213 lines (112 loc) · 4.79 KB

CHANGELOG.md

File metadata and controls

213 lines (112 loc) · 4.79 KB

Change Log

All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to Semantic Versioning.

3.0.1 - 2025-02-14

  • Fix parsing & incrementing semver parts > 1000 [Thodoris Greasidis]

3.0.0 - 2023-12-12

  • Update dependencies [Thodoris Greasidis]
  • Drop support for nodejs < 16.0.0 [Thodoris Greasidis]

2.3.5 - 2023-10-25

  • Test sorting pre-releases across revisions of the same semver [Thodoris Greasidis]
  • Block the creation of package-lock.json [Thodoris Greasidis]

2.3.4 - 2023-10-25

  • Fix the .compare() method test when used with sorting [Thodoris Greasidis]

2.3.3 - 2023-07-14

  • Update TypeScript to 4.9.5 [Thodoris Greasidis]
  • patch: Update flowzone.yml [Kyle Harding]

2.3.2 - 2022-09-26

  • Delete redundant .resinci.yml [Thodoris Greasidis]

2.3.1 - 2022-09-22

  • Drop the .travis.yml [Thodoris Greasidis]
  • Specify node 10 as the minimum supported node engine in the package.json [Thodoris Greasidis]
  • Replace balenaCI with flowzone [Thodoris Greasidis]

2.3.0 - 2020-03-11

  • Support underscore version variants [Cameron Diver]

2.2.0 - 2020-03-03

  • Update dependencies [Pagan Gazzard]

2.1.0 - 2019-05-17

  • Add loose option for semver.satisfies [Giovanni Garufi]

2.0.4 - 2019-05-16

  • Switch to resin-lint [Pagan Gazzard]

2.0.3 - 2019-05-16

  • Switch to a declaration file for exported types [Pagan Gazzard]

2.0.2 - 2019-05-16

  • Update dev dependencies [Pagan Gazzard]

2.0.1 - 2019-05-16

  • Add .versionbot/CHANGELOG.yml to allow nested changelogs [Pagan Gazzard]

2.0.0 - 2019-05-07

  • Rename everything 'resin' to 'balena' [Thodoris Greasidis]
  • Exclude the build output from the repo [Thodoris Greasidis]
  • Move the build output of the repo [Thodoris Greasidis]

1.6.0 - 2019-04-29

  • Accept versions with leading zeros [Giovanni Garufi]

1.5.1 - 2019-03-05

  • Limit @types/lodash version to not break TS<2.8 consumers [Thodoris Greasidis]
  • Drop lodash.memoize in favor of deep imports [Thodoris Greasidis]

1.5.0 - 2019-01-24

  • Add .lte to the supported functions [Gergely Imreh]

1.4.1 - 2019-01-24

  • Docs: make file writer synchronous [Gergely Imreh]

v1.4.0 - 2018-10-17

  • Add support for balenaOS prefixed OS versions [Lucian Buzzo]

v1.3.0 - 2018-09-18

  • Feat: Add support for Balena OS versions [Lucian Buzzo]

v1.2.2 - 2018-02-16

  • Declare mocha and chai as dev dependencies instead of direct dependencies #64 [Lucian Buzzo]

v1.2.1 - 2017-10-06

  • Bump semver typings version and remove index.d.ts #59 [Lucian Buzzo]

v1.2.0 - 2017-09-15

  • Normalize range/version used in maxSatisfying method #55 [Lucian Buzzo]

v1.1.1 - 2017-09-14

  • Use Husky to prettify and lint files, then build output #50 [Lucian Buzzo]

v1.1.0 - 2017-09-14

  • Add .inc() method #51 [Lucian Buzzo]

v1.0.1 - 2017-09-14

  • Check to see if build output has been committed #48 [Lucian Buzzo]

v1.0.0 - 2017-09-14

  • Normalize dev and prod builds #35 [Thodoris Greasidis]

v0.12.1 - 2017-09-14

  • Auto deploy to npm on tagged commit merge #49 [Lucian Buzzo]

v0.12.0 - 2017-09-13

  • Add the .valid() method #43 [Lucian Buzzo]

v0.11.0 - 2017-09-12

  • Safely handle undefined version values #44 [Lucian Buzzo]

v0.10.0 - 2017-09-12

  • Transpile to ES5 for better project compatibility #41 [Lucian Buzzo]

v0.9.2 - 2017-08-18

  • Fix broken doc generation #39 [Lucian Buzzo]

v0.9.1 - 2017-08-18

  • Drop typings augmentation now that DT types are updated #37 [Lucian Buzzo]

v0.9.0 - 2017-08-16

  • Implement .parse() method #31 [Lucian Buzzo]

v0.8.0 - 2017-08-07

  • Implement .satisfies() and .maxSatisfying() methods [Lucian Buzzo]

v0.7.2 - 2017-08-07

  • Arrange example versions in the /test directory expected sort order [Lucian Buzzo]

v0.7.1 - 2017-08-04

  • Remove string casting from .compare() method [Lucian Buzzo]

v0.7.0 - 2017-08-04

  • Implement .rcompare() method [Lucian Buzzo]

v0.6.1 - 2017-08-01

  • Add additional metadata to package.json [Lucian Buzzo]

v0.6.0 - 2017-08-01

  • Add .lt() method [Lucian Buzzo]

v0.5.0 - 2017-08-01

  • Add a .gt() method [Lucian Buzzo]

v0.4.0 - 2017-08-01

  • Add a .gte() method. [Lucian Buzzo]

v0.3.0 - 2017-08-01

  • Add a .prerelease() method [Lucian Buzzo]

v0.2.0 - 2017-07-31

  • Add a method .major() for returning the major version number [Lucian Buzzo]

v0.1.4 - 2017-07-21

  • Add Functionality for generating documentation. [Lucian Buzzo]

v0.1.3 - 2017-07-21

  • Add linting script and integrate it into test script [Lucian Buzzo]

v0.1.2 - 2017-07-21

  • Add travis CI integration [Lucian Buzzo]

v0.1.1 - 2017-07-21

  • Add test framework and working example of test [Lucian Buzzo]

v0.1.0 - 2017-07-20

  • Added a compare implemntation