Skip to content

Commit

Permalink
v2-b3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeapage committed Nov 1, 2014
1 parent 8faa5b8 commit 6d68337
Show file tree
Hide file tree
Showing 5 changed files with 237 additions and 273 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 2.0.0-b3

2014-11-01

- some refactoring of browser structure to allow use of api vs normal browser bundle
- browser bundle no longer leaks require
- browser can now be scoped with just window
- browser useFileCache defaults to true, but file cache is now cleared when refreshing or in watch mode

# 2.0.0-b2

2014-10-26
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": "less",
"version": "2.0.0-b2",
"version": "2.0.0-b3",
"main": "./dist/less.js",
"ignore": [
"**/.*",
Expand Down

3 comments on commit 6d68337

@am11
Copy link
Contributor

@am11 am11 commented on 6d68337 Nov 1, 2014

Choose a reason for hiding this comment

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

@lukeapage, is there an ETA for v2.0 GA/final? Is there milestones on feature coverage?

@lukeapage
Copy link
Member Author

Choose a reason for hiding this comment

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

@am11 v2 is feature complete, we are just fixing bugs. Once it goes some days without bugs raised, I'll release. Changes are in the changelog and on the website.

@am11
Copy link
Contributor

@am11 am11 commented on 6d68337 Nov 2, 2014

Choose a reason for hiding this comment

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

Thanks for the info @lukeapage! 👍

Please sign in to comment.