Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #508 from palantir/release-2.4
Browse files Browse the repository at this point in the history
Release v2.4.0
  • Loading branch information
ashwinr committed Jul 20, 2015
2 parents 6b49be8 + ea6f6db commit 7a08915
Show file tree
Hide file tree
Showing 10 changed files with 1,539 additions and 169 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
===

v2.4.0
---
* Upgraded Typescript compiler to 1.5.3
* [bugs] #332, #493, #509, #483
* [bug] fix error message in `no-var-keyword` rule
* [enhancement] CI tests are now run on node v0.12 in addition to v0.10

v2.3.1-beta
---
* [bugs] #137 #434 #451 #456
Expand All @@ -22,7 +29,7 @@ v2.3.0-beta

v2.2.0-beta
---
* Upgraded Typescript compiler to 1.5
* Upgraded Typescript compiler to 1.5.0-beta
* **BREAKING CHANGES**
* due to changes to the typescript compiler API, old custom rules may no longer work and may need to be rewritten
* the JSON formatter's line and character positions are now back to being 0-indexed instead of 1-indexed
Expand Down
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ module.exports = function (grunt) {
grunt.registerTask("test", ["clean:test", "ts:test", "tslint:test", "concat:test", "mochaTest"]
.concat(checkBinTest));

grunt.registerTask("concat-and-test", ["concat:test", "mochaTest"]);

// create default task
grunt.registerTask("default", ["jscs", "core", "bin", "test"]);
};
Loading

0 comments on commit 7a08915

Please sign in to comment.