Skip to content

Releases: theintern/dev

0.11.1

12 Jul 19:24
Compare
Choose a tag to compare

This release updates the intern-dev-api command to allow code entry points to be specified on the command line, e.g.:

$ npx intern-dev-api src/index.ts src/lib/executors/Node.ts

0.11.0

12 Jul 19:23
Compare
Choose a tag to compare

This release updates all dependencies to pull in bug and security fixes. It also switches the linter from tslint to eslint.

0.10.0

22 Mar 20:38
Compare
Choose a tag to compare

This release updates dependencies. In particular, it updates TS, which may require some typing changes in dependent projects to deal with stricter checks.

0.9.1

22 Mar 20:39
Compare
Choose a tag to compare

This release normalizes paths and line endings in generated API data. Previous versions would generate different output on Windows than other OSes.

0.6.2

19 Jan 03:50
Compare
Choose a tag to compare

Overview

This release improves Windows compatibility when running external programs (tsc, stylus, etc).

0.6.1

11 Jan 13:40
Compare
Choose a tag to compare

Overview

This release updates TypeDoc to 0.9.0, and also enables inline sources in generated source maps.

0.6.0

11 Jan 13:39
Compare
Choose a tag to compare

Overview

This release uses TypeScript 2.6 for building, which will likely require some re-working of dependent project types.

0.5.11

13 Oct 12:22
Compare
Choose a tag to compare

Overview

The release script now supports publishing to npm when the user has 2-factor authentication enabled.

0.4.3

12 Jul 01:55
Compare
Choose a tag to compare

Overview

This release updates some references in the package.json, primarily for the benefit of the npm repository.

0.4.2

12 Jul 01:54
Compare
Choose a tag to compare

Overview

This release fixes a bug in the publish script that prevented scoped packages from being published using a free account.