Skip to content

Commit

Permalink
Changelog for 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TehShrike committed Jan 4, 2018
1 parent 00c211d commit 288675e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions changelog.markdown
@@ -1,3 +1,22 @@
# 15.0.0

fixed repository url in package.json.

https://github.com/browserify/browserify/commit/5ec19eed48a5f46cb48d44be8ffc2f6bfb73fbfb

update `module-deps` to 5.0.0, which enables requiring modules in backtick-enclosed strings.

https://github.com/browserify/browserify/pull/1785

dropped testing in node 0.10 and 0.12, set supported node versions to `>=4`

https://github.com/browserify/browserify/pull/1743
https://github.com/browserify/browserify/pull/1793

add support for passing arrays to the `exclude` and `ignore` methods.

https://github.com/browserify/browserify/pull/1769

# 14.5.0

update `os-browserify` to 0.3.0, which adds a shim for node.js's `os.homedir` method.
Expand Down

0 comments on commit 288675e

Please sign in to comment.