Skip to content

Commit

Permalink
Merge pull request #61 from refractproject/smizell/release-0.8.0
Browse files Browse the repository at this point in the history
Release 0.8.0
  • Loading branch information
smizell committed Jul 9, 2015
2 parents 396e7e7 + 5a62035 commit cb53566
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Unreleased
# Release 0.8.0

- Allow `#set` to take an object for Object Elements
- Convert `meta` to be Minim Object Elements
- Convert `attributes` to be Minim Object Elements
- Sync class and method names with Refract 0.2.0 spec
- Add convenience methods for `meta` attributes, such as `id` or `class`
- Add finder functions, such as `findByElement` and `findByClass`
- Upgrade to use Uptown 0.4.0
- Organize code
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minim",
"version": "0.7.0",
"version": "0.8.0",
"description": "A library for interacting with JSON through Refract elements",
"main": "lib/minim.js",
"scripts": {
Expand Down

0 comments on commit cb53566

Please sign in to comment.