Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Mar 16, 2016
1 parent 55f56ae commit fe967c8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.0.1:
date: 2016-03-16
changes:
- downgrade maxmin for node 0.10
v1.0.0:
date: 2016-03-04
changes:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# grunt-contrib-uglify v1.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-uglify.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-uglify) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ybtf5vbvtenii561/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-uglify/branch/master)
# grunt-contrib-uglify v1.0.1 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-uglify.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-uglify) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ybtf5vbvtenii561/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-uglify/branch/master)

> Minify javascript files with UglifyJS
Expand Down Expand Up @@ -517,6 +517,7 @@ grunt.initConfig({

## Release History

* 2016-03-16   v1.0.1   downgrade maxmin for node 0.10
* 2016-03-04   v1.0.0   Use uglify-js ~2.6.2 to fix sourcemap issue. Improving docs for global-defs and --define options. Add 'sourceMapUrl' option. add bare_returns option. Optionally set report verbosity level using report option.
* 2016-01-29   v0.11.1   switch to lodash ^4.0.1 switch to grunt-contrib-clean ^0.7.0 switch to grunt-contrib-jshint ^0.12.0
* 2015-11-20   v0.11.0   switch to uglify ~2.6.0
Expand Down Expand Up @@ -553,4 +554,4 @@ grunt.initConfig({

Task submitted by ["Cowboy" Ben Alman](http://benalman.com)

*This file was generated on Fri Mar 04 2016 12:46:01.*
*This file was generated on Wed Mar 16 2016 10:51:38.*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-uglify",
"description": "Minify javascript files with UglifyJS",
"version": "1.0.0",
"version": "1.0.1",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
Expand Down

14 comments on commit fe967c8

@XhmikosR
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vladikoff @shama: so do we still support 0.10 or not?

We really need some coordination since the plugins are a lot...

@vladikoff
Copy link
Member Author

@vladikoff vladikoff commented on fe967c8 Mar 17, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@XhmikosR
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All right. @vladikoff @shama: we need a new grunt-contrib-internal release to backport the CI changes in all plugins. Also, I'd personally like gruntjs/grunt-contrib-internal#26 merged before the new version.

Finally, should we also specify a minimum npm version in engines? I mean, node.js 0.10 is one thing, but npm 1.x probably won't work, right?

@shama
Copy link
Member

@shama shama commented on fe967c8 Mar 17, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should support these versions: gruntjs/grunt-docs#155 (comment)

I think v0.10 is still the most used version (I forget where that stat is, probably a npm stat).

@XhmikosR
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All right, @shama please see my previous post.

Also, can someone add AppVeyor to the following packages?

  • grunt-cli
  • grunt-contrib-requirejs
  • grunt-contrib-csslint
  • grunt-contrib-watch
  • grunt-contrib-sass
  • grunt-contrib-compass

@vladikoff
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@XhmikosR gave you access to our AppVeyor.

Added projects:
-watch : id=olyu3uhcq59avm8v
-requirejs : id=ithfwohrb4u06rx3
-csslint : id=ls0y0jy0qni18gby
-sass: id=ugf9aop97slt5anb
-compass: id=t3uhtavh505539kn
-cli: id=prp6g944b05jsq6d

@XhmikosR
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I'll try to add the needed files to the repos now.

@XhmikosR
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vladikoff: I don't have access to grunt-cli and probably other repos.

As a side note, which Ruby version should I use for grunt-contrib-compass and grunt-contrib-sass?

@vladikoff
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a side note, which Ruby version should I use for grunt-contrib-compass and grunt-contrib-sass?

Not sure. Giving you access to cli and other mentioned repos atm

@XhmikosR
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've pushed test branches for those 2 repos and see how it'll go.

@vladikoff
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it was just grunt-cli access

@XhmikosR
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are definitely more repos but it's hard going through them :P

I know for sure grunt-contrib-qunit is another one.

@vladikoff
Copy link
Member Author

@vladikoff vladikoff commented on fe967c8 Mar 17, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@XhmikosR
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All right, so we are almost done with AppVeyor; only the Ruby related ones are left, which I'll take care of later tonight or tomorrow.

Now, if we could get fe967c8#commitcomment-16744938 sorted and have a new release out in order to backport the changes to all projects we should be set.

Then we only need the guidelines for the jQuery move, please don't forget to CC me in any relevant issues so that I'm aware of what I need to do with the license headers etc.

Please sign in to comment.