Skip to content

Commit

Permalink
v0.1.1 release!
Browse files Browse the repository at this point in the history
Bumped version number to 0.1.1. Cross-browser tested with all passes.
New min file. Tweaked TODO.md.
  • Loading branch information
pyvirus committed Jul 27, 2012
1 parent 28fd1d0 commit 2edfaa3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,19 @@

##### Browser tests:

* Coming tomorrow...
* MAC Snow Leopard:
* Firefox 14.0.x, Safari 5.1.x, Opera 12.00, Chrome 20.0.x
* PC Vista:
* Firefox 3.6.x, Firefox 14.0.x, Chrome 20.0.x, Safari 5.1.x, Opera 12.00
* IE 9.0.x, IE 8.0.x, IE 7.0.x
* PC XP:
* IE 6.0.x
* iPhone 4:
* Safari 4.3 (simulated), Safari 5.1.1, Chrome 19.0.x, Opera Mini 7.0.x
* iPhone:
* Safari 4.3 (simulated)
* iPad:
* Safari 4.3 (simulated), Safari 5.1.1

---

Expand Down
5 changes: 3 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
* Overkill.
* Via [this issue/comment](https://github.com/JoshBarr/js-media-queries/issues/7#issuecomment-7172733):
* "One thing to watch is the 'call in each context' bool. We might need to rewrite the API with an init() that can belong to multiple contexts, and oncontextchange() method for each breakpoint. Often we want the same function to fire for tablet and desktop, with mobile doing something different."
* Change design pattern to something more **hardcore** OOP?
* Should we change design pattern to something more **hardcore** JS OOP?
* Gecko browsers appear to return `"none"` as the content for `body:after` if it's not set in the CSS. I can think of two solutions:
1. Make `body:after` required.
1. Check for `"none"` or other default value (I think WebKit browsers return an integer) in the `_contentAfter()` method.
* Don't forget to create a min version before merging the `develop` branch into `master`.
* ~~Don't forget to create a min version before merging the `develop` branch into `master`.~~
* Done! Booyah! :)
File renamed without changes.
File renamed without changes.

0 comments on commit 2edfaa3

Please sign in to comment.