Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Feb 25, 2015
1 parent 4801283 commit 07f6b81
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 0.4.0

* The default direction for fuzzy searching was changed back to its original
direction. See #164.

* There is now a `bias` option you can supply to `SourceMapConsumer` to control
the fuzzy searching direction. See #167.

* About an 8% speed up in parsing source maps. See #159.

* Added a benchmark for parsing and generating source maps.

## 0.3.0

* Change the default direction that searching for positions fuzzes when there is
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "source-map",
"description": "Generates and consumes source maps",
"version": "0.3.0",
"version": "0.4.0",
"homepage": "https://github.com/mozilla/source-map",
"author": "Nick Fitzgerald <nfitzgerald@mozilla.com>",
"contributors": [
Expand Down

0 comments on commit 07f6b81

Please sign in to comment.