Skip to content

Releases: theintern/dev

0.4.1

12 Jul 01:53
Compare
Choose a tag to compare

Overview

As of this release, the intern-dev package is now published to @theintern/dev.

0.4.0

12 Jul 01:53
Compare
Choose a tag to compare

Overview

This release builds updates dependencies; in particular, TypeScript 2.4 is now used for building. The tsc builder also no longer removes leading spaces from error lines, which preserves tsc nesting.

0.1.10

31 Mar 16:56
Compare
Choose a tag to compare
  • Less implicit use of buildDir. Resources are now based on process.cwd()
  • outDir entries in all tsconfig files are considered build dirs, and will be removed by intern-dev-clean
  • The internal JSON parsing code now handles comments (these are allowed in tsconfig files)
  • Fewer resources are implicitly copied

0.1.9

23 Mar 13:53
Compare
Choose a tag to compare

Fix an invalid resource glob

0.1.8

23 Mar 13:27
Compare
Choose a tag to compare

Don't include nested tsconfig.json files in resource list.

0.1.7

08 Mar 20:27
Compare
Choose a tag to compare
  • Add browserify task
  • Update resource copying code to understand { base: 'foo', pattern: '**/bar' } in addition to glob strings

0.1.6

14 Feb 14:53
Compare
Choose a tag to compare

Support publishDirectory option.

By default, the release script clones the repo into <rootDir>/<buildDir>, builds the clone, then publishes from <rootDir>/<buildDir>/<buildDir>. If the publishDir option is specified, the publish will be made from <rootDir>/<buildDir>/<publishDir>.

0.1.5

14 Feb 14:08
Compare
Choose a tag to compare

Use process.cwd() for project root when doing a release.

0.1.4

17 Jan 22:13
Compare
Choose a tag to compare

Don't include support files in the resource list by default.

0.1.3

13 Jan 01:09
Compare
Choose a tag to compare

Updates to watch