Skip to content

Commit

Permalink
Merge pull request #386 from dart-lang/0.1.11
Browse files Browse the repository at this point in the history
rev to 0.1.11
  • Loading branch information
John Messerly committed Nov 13, 2015
2 parents 7b3c4c2 + a3857ba commit 38fff5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions pkg/dev_compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# dev_compiler changelog

## 0.1.11
- moved js runtime files to lib/runtime/dart (`dart_runtime.js` -> `dart/_runtime.js`)
- bug fix to source maps
- initial support for f-bound quantification patterns

## 0.1.10
- added an `--html-report` option to create a file summarizing compilation
issues
Expand Down
2 changes: 1 addition & 1 deletion pkg/dev_compiler/lib/devc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ export 'src/compiler.dart' show BatchCompiler, setupLogger, createErrorReporter;
export 'src/server/server.dart' show DevServer;

// When updating this version, also update the version in the pubspec.
const devCompilerVersion = '0.1.10';
const devCompilerVersion = '0.1.11';
2 changes: 1 addition & 1 deletion pkg/dev_compiler/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dev_compiler
# When updating this version, also update the version in lib/devc.dart.
version: 0.1.10
version: 0.1.11
description: >
Experimental Dart to JavaScript compiler designed to create idiomatic,
readable JavaScript output.
Expand Down

0 comments on commit 38fff5a

Please sign in to comment.