[Pkg-javascript-commits] [node-umd] 10/10: Release 3.0.0
Bastien Roucariès
rouca at moszumanska.debian.org
Mon Apr 17 07:38:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to annotated tag 3.0.0
in repository node-umd.
commit 3905de23a87d0c3c125f2657019ebd6e4f8e1c24
Author: Forbes Lindesay <forbes at lindesay.co.uk>
Date: Wed Feb 4 14:33:30 2015 +0000
Release 3.0.0
---
HISTORY.md | 13 ++++++++++++-
package.json | 4 ++--
2 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/HISTORY.md b/HISTORY.md
index 00fc5a9..d4f678d 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,3 +1,14 @@
+3.0.0 / 2015-02-04
+==================
+
+ - remove dependency on ruglify (thanks to @zertosh)
+ - add `this` as an additional fallback when looking for a global (thanks to @winterbe)
+ - use `options` rather than `true` / `false` for whether to use CommonJS (with fallback for backwards compatibility).
+ - support `$` and `_` in module names (thanks to @fitnr) **(BREAKING CHANGE)**
+ - uglify as a pre-publish step - removing a dependency
+ - brfs as a pre-publish step - allowing this module to be used from the browser.
+ - remove support for streaming **(BREAKING CHANGE)**
+
2.1.0 / 2014-04-02
==================
@@ -45,4 +56,4 @@
1.0.0 / 2013-03-16
==================
- - Initial Release
\ No newline at end of file
+ - Initial Release
diff --git a/package.json b/package.json
index eb46188..97f5cec 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "umd",
- "version": "2.1.0",
+ "version": "3.0.0",
"description": "Universal Module Definition for use in automated build systems",
"bin": "./bin/cli.js",
"dependencies": {},
@@ -25,4 +25,4 @@
},
"author": "ForbesLindesay",
"license": "MIT"
-}
+}
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-umd.git
More information about the Pkg-javascript-commits
mailing list