Skip to content

Releases: kennethormandy/font-feature-fibbing

v0.4.1

25 Mar 23:10
Compare
Choose a tag to compare
  • Fixes support for Safari v9.1, which was incorrectly set to Safari v9.3, thanks @composerjk
  • Updates README

v0.4.0

29 Jan 02:40
Compare
Choose a tag to compare
  • Defaults to false
  • Initial support for Safari 9.1
  • Uses dependency for UA verification when necessary for Safari (rather than doing it manually) #1

v0.3.3

12 Dec 23:44
Compare
Choose a tag to compare
  • Removes versionify-ing, which was mostly just making it more complicated to drop the module into a Browserify project since it had a transform
  • Adopts Standard style
  • Fixes comment that still said iOS 8

v0.3.1

05 Jan 08:15
Compare
Choose a tag to compare
  • Updates devDependencies
  • Fixes some metadata
  • Now available on npm directly: npm install --save font-feature-fibbing

v0.3.0

24 Nov 23:54
Compare
Choose a tag to compare
  • Improves checks generally, especially on platforms supporting -moz-
  • Adds explicit support for environments supporting -ms-
  • Reduces number of conditionals while checking for Safari
  • Fixes simple.html example