Changelog
v2.3.0 2019 December 11
Changelog
v2.2.0 2019 September 11
browser
edition introduced in v2.0.1 as the Editions Autloader has no use in the web browserChangelog
v2.1.2 2018 December 29
Iternal change of not assuming the error code
property exists, as on certain node versions its existance is denied. This should fix the following error:
./node_modules/editions/edition-node-0.8/index.js:310
if (editionError.code.indexOf('unsupported-edition-engines-node-version') === 0) {
^
TypeError: Cannot read property 'indexOf' of undefined
Changelog
v2.1.0 2018 November 15
4 || 6 || 8 || 10
to looser ones like >=4
, and if that fails, then it will attempt to load the last edition for the environment.
strict
option, which omission of a value enables the above behavior.syntaxes
to tags
, with backwards compatibility. This applies to edition specifications, as well as for the blacklist environment variable which is now named EDITIONS_TAG_BLACKLIST
.Changelog
v2.0.2 2018 September 3
Error: Cannot find module 'editions'
on Windows (caused by edition directories containing :
which is unsupported on Windows)
Changelog
v2.0.1 2018 August 24
Error: Cannot find module 'editions'
(causes by main
pointing to a legacy location
Changelog
v2.0.0 2018 July 27
description
, directory
, entry
, and the new engines
field (which follows the package.json:engines
spec).engines
field is a better replacement. The syntaxes
field remains optional, as it is still useful for user configured blacklisting and ecosystem tooling.