Skip to content

Commit

Permalink
Bump to 0.8.2 and update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
unscriptable committed Mar 14, 2014
1 parent b26c964 commit 06afacc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

See the docs/ folder for instructions and useful information.

> **New!** gulp integration via [gulp-cram]()
by [@bclozel]()!

This comment has been minimized.

Copy link
@ciarand

ciarand Apr 15, 2014

Links?

This comment has been minimized.

Copy link
@unscriptable

unscriptable Apr 15, 2014

Author Member

Thanks! Fixed in master.

## Installation

### node.js
Expand All @@ -24,6 +27,15 @@ TBD

## Release notes

0.8.2

* Fix module parsing code to stop prematurely detecting the end of an
AMD define when there are regexp literals inside parentheses.
* Only declare global define() during bundling to help isolate problems
with UMD modules running under node (as with gulp and grunt).
* Separate argument-parsing code from cramming code so logic to run
as a module or as a command-line tool can be done more sanely.

0.8.1

* Fix logic to detect whether cram is running as an npm task and ensure
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cram",
"version": "0.8.1",
"version": "0.8.2",
"main": "./cram.js",
"moduleType": [ "amd", "node" ],
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cram",
"version": "0.8.1",
"version": "0.8.2",
"description": "An AMD-compatible build tool.",
"keywords": [ "cram", "curl", "cujo", "amd", "build", "bundle", "commonjs", "module" ],
"licenses": [
Expand Down

0 comments on commit 06afacc

Please sign in to comment.