Skip to content

Releases: XervoIO/demeteorizer

v3.0.0-alpha.1

18 Sep 20:37
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release
3.0.0-alpha.1

Windows support

02 Apr 00:51
Compare
Choose a tag to compare

Adds support for Meteor on Windows.

Ignore directories named "test"

23 Mar 17:24
Compare
Choose a tag to compare

Updated to ignore any test directories and/or their dependencies.

Clean up paths with parenthesis

09 Mar 14:54
Compare
Choose a tag to compare

Patch release.

Includes a fix for paths that include parenthesis.

Determine node version from Meteor bundle

09 Mar 14:55
Compare
Choose a tag to compare

Minor release.

This release adds functionality that allows demeteorizer to use
the node version specified by Meteor when bundling the project.

Ignore "samples" directories

30 Dec 16:43
Compare
Choose a tag to compare

Corrects an issue with some modules that include a "samples" folder with invalid package.json files.

Skip [email protected]

30 Dec 16:44
Compare
Choose a tag to compare

This release forces the package.json node version to 0.10.33 to avoid a bug
in [email protected]

Handle invalid semver versions

30 Oct 14:43
Compare
Choose a tag to compare

Meteor has no interest in versioning standards. This release is to
recover from their decisions.

Fixes issues with invalid package.json files.

23 Oct 04:28
Compare
Choose a tag to compare

A better solution for attempting to parse package.json files. The
previous release would only test that the package.json file has data,
this release attempts to parse the file's contents if there is data
and writes out a warning if the file data is invalid rather than
crashing.

Thanks to @premosystems

Fixes an issue with invalid package.json files.

11 Oct 02:37
Compare
Choose a tag to compare

Corrects an issue where some modules could include empty package.json
files which would cause demeteorization to fail.

Each package.json file is now checked that it contains data and is
skipped if it does not.

Closes #69