Skip to content

Releases: rwaldron/t2-project

v1.0.1

Choose a tag to compare

@rwaldron rwaldron released this 07 Jan 17:00
Commit Message/Description
fd74d42 1.0.1
42ad420 Project.prototype.collect: make async
feb8743 CI: drop node 8
f993c16 tests: add object spread syntax to ensure latest JS is parsable

v1.0.0

Choose a tag to compare

@rwaldron rwaldron released this 07 Jan 17:01
Commit Message/Description
a2553e7 1.0.0
71a3be4 Modernize project
92d9746 CI: update node versions
2cebea9 Dependencies: (see commit for full list)

v0.4.0

Choose a tag to compare

@rwaldron rwaldron released this 07 Jan 17:01
Commit Message/Description
4c7a8de 0.4.0
c2eaeb0 Dependencies: update glob@6.0.1 -> glob@7.0.5

v0.3.0

Choose a tag to compare

@rwaldron rwaldron released this 07 Jan 17:02
Commit Message/Description
56579d1 0.3.0
c0e2e49 cleanup
8e1c2b0 npmignore: ignore most things...
3876050 appveyor: commit all example project deps.
ae57f9c tests: simplify paths to dep modules (relax for npm 2 or 3)
a9dcb6d appveyor/travis: fixes bogus exec command
3bf8a96 appveyor: log process.cwd to debug path issue
2786ab9 test: simplify output of smoke tests
f0b16b6 test: move eg node_modules installation to postinstall script
3d4e8e2 windows path normalization
28c4aca Fix incorrectly modified argument forwarding
6ae4fec CI: dump expected/entries. Drops ps run
f42c2df Test: more path normalization
77c68ff Test: normalize expected paths in excludeOptions
4d283d2 CI: expand test matrix
dedd2f0 CI: add appveyor
c32112a Use multi-line comments
2c1dd25 Treat known, but removed builtins as builtins. Fixes tessel/t2-cli#757

v0.2.0

Choose a tag to compare

@rwaldron rwaldron released this 07 Jan 17:02
Commit Message/Description
2260533 0.2.0
1efd00d Allow specifying an explicit dirname.

v0.1.0

Choose a tag to compare

@rwaldron rwaldron released this 07 Jan 17:02
Commit Message/Description
33ad614 0.1.0
6e97460 Collate package name with dependency entry
61d8c99 v0.0.6
fd73732 Custom resolver improvements
69900a4 v0.0.5
45c684f Add travis-ci
b6a2e9b v0.0.4
b2967c2 Fix typo
2613187 v0.0.3
9ee6cf1 Provide explicit resolver, prevents module-deps from using browser-resolve
b133176 Tests: assert glob call count and args
8bf8026 readme: better examples of exclude()
a2d43c4 Make all examples use arrows
ba90d1f readme: more explanation and general nit picking
0b50cdb readme: remove erroneous example
9958c99 v0.0.2
e80fb02 Package.json: Clean up testing; remove project directory example
21d5972 v0.0.1
4f5c5b1 Clean up smoke test
e88528b Adds README
6b534fc Tests for package.json inclusion
32944f5 Tests: unit, smoke updates
533d1ab Gruntfile.js
32fb9be Package.json: adds dev deps, grunt, etc.
fae41dc Revert "Commit eg project node_modules (these are used as fixtures)"
f5d99da MIT License
f4f028f Move index.js => lib/index.js
bac2143 Commit eg project node_modules (these are used as fixtures)
866b90d The basic thing