Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.51 KB

CHANGELOG.markdown

File metadata and controls

26 lines (21 loc) · 1.51 KB

Changelog

1.0.1 - June 27, 2012

  • fixed logic error that would print multiple instences of a media type

1.0 - June 22, 2012

  • Refactor of the underlying logic to make everything work better and make the world a happy place.
  • Added default options for Default Feature, Default Media, and Default Feature Pair.
  • Changed default media from "Screen" to "All".
  • Added ability to have all px/pt/percentage media queries transformed into em based media queries.

0.3 - June 18, 2012

0.2 - May 24, 2012

  • Converted from Sass to SCSS
  • Converted README examples from Sass to SCSS
  • Added ability to do min/max easily with any valid feature
  • Added prefixing for "device-pixel-ratio" feature for the three implementations (-webkit, -moz, -o) as well as a standard version for future friendliness
    • -moz's min/max is different than -webkit or -o, so prefixed differently
    • Opera is strange and needs its DPR in a ratio instead of a floating point number, so requires the fraction rubygem and has a numerator/denominator function to accommodate.
  • Added ability to have single feature/value input be either have feature first or second

0.1 - May 22, 2012

  • extract breakpoint from survival kit to this gem