Skip to content

Commit

Permalink
bump 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n1k0 committed Dec 24, 2012
1 parent f1eb606 commit 0628688
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 170 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
CasperJS Changelog
==================

XXXX-XX-XX, v1.0.0
2012-12-24, v1.0.0
------------------

### Important Changes & Caveats

- PhantomJS 1.6.x support has been dropped. Both PhantomJS 1.7 & 1.8 will be supported.
- PhantomJS 1.6.x support has been dropped. Both PhantomJS [1.7](http://phantomjs.org/release-1.7.html) & [1.8](http://phantomjs.org/release-1.8.html) will be supported.
- the deprecated `injector` module has been removed from the codebase (RIP dude)
- a [`1.0` maintenance branch](https://github.com/n1k0/casperjs/tree/1.0) has been created
- CasperJS 1.1 development is now taking place on the `master` branch

### Bugfixes & enhancements

Expand Down
2 changes: 1 addition & 1 deletion docs
Submodule docs updated from 1553f0 to 058396
97 changes: 0 additions & 97 deletions modules/injector.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "casperjs",
"description": "Navigation scripting & testing utility for PhantomJS",
"version": "1.0.0-RC6",
"version": "1.0.0",
"keywords": [
"phantomjs",
"javascript"
Expand Down
7 changes: 4 additions & 3 deletions rpm/casperjs.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define name casperjs
%define version 1.0.0
%define release RC4_1
%define release 1_1
%define prefix /usr

%define mybuilddir %{_builddir}/%{name}-%{version}-root
Expand Down Expand Up @@ -67,7 +67,6 @@ cp -R tests/* %{mybuilddir}%{prefix}/share/%{name}/tests/
%{prefix}/share/%{name}/modules/colorizer.js
%{prefix}/share/%{name}/modules/events.js
%{prefix}/share/%{name}/modules/http.js
%{prefix}/share/%{name}/modules/injector.js
%{prefix}/share/%{name}/modules/mouse.js
%{prefix}/share/%{name}/modules/querystring.js
%{prefix}/share/%{name}/modules/tester.js
Expand Down Expand Up @@ -186,7 +185,6 @@ cp -R tests/* %{mybuilddir}%{prefix}/share/%{name}/tests/
%{prefix}/share/%{name}/tests/suites/fs.js
%{prefix}/share/%{name}/tests/suites/.casper
%{prefix}/share/%{name}/tests/suites/tester.js
%{prefix}/share/%{name}/tests/suites/injector.js
%{prefix}/share/%{name}/tests/suites/clientutils.js
%{prefix}/share/%{name}/tests/suites/http_status.js
%{prefix}/share/%{name}/tests/suites/xunit.js
Expand All @@ -195,6 +193,9 @@ cp -R tests/* %{mybuilddir}%{prefix}/share/%{name}/tests/
%{prefix}/share/%{name}/tests/run.js

%changelog
* Mon Dec 24 2012 Nicolas Perriault <[email protected]>
- removed 'injector.js' module

* Mon Dec 10 2012 Jan Schaumann <[email protected]>
- include 'tests'

Expand Down
66 changes: 0 additions & 66 deletions tests/suites/injector.js

This file was deleted.

0 comments on commit 0628688

Please sign in to comment.