Skip to content

Latest commit

 

History

History
89 lines (49 loc) · 3.65 KB

HISTORY.md

File metadata and controls

89 lines (49 loc) · 3.65 KB

History

v4.6.0 2020 June 20

v4.5.0 2020 June 11

v4.4.0 2020 June 10

v4.3.0 2020 May 22

v4.2.0 2020 May 21

v4.1.0 2020 May 21

v4.0.0 2020 May 11

  • Updated dependencies, base files, and editions using boundation
  • Minimum required node version changed from node: >=8 to node: >=10 to keep up with mandatory ecosystem changes

v3.5.0 2019 December 9

v3.4.0 2019 December 1

v3.3.0 2019 December 1

v3.2.0 2019 November 18

v3.1.0 2019 November 13

v3.0.0 2019 November 13

  • Updated dependencies, base files, and editions using boundation
  • Minimum required node version changed from node: >=0.10 to node: >=8 to keep up with mandatory ecosystem changes

v2.3.0 2018 November 12

v2.2.0 2016 May 27

v2.1.2 2015 December 10

  • Updated internal conventions

v2.1.1 2015 September 5

  • Added explicit support for node 0.10 (regression since v2.1.0)

v2.1.0 2015 September 5

  • Moved from CoffeeScript to ES6+
  • Fixed canSave method

v2.0.0 2015 March 17

  • Rewritten
  • Support sync require and installs
  • Support saving of installed modules via save:true option
  • Support installing and requiring at the desired path via the cwd:'the path' option

v1.0.0 2013 June 25

  • Initial working version