Skip to content

Latest commit

 

History

History
171 lines (79 loc) · 4.08 KB

CHANGELOG.md

File metadata and controls

171 lines (79 loc) · 4.08 KB

0.13.2 (2015-02-04)

Features

  • sofa.ConfigService: adds Angular configService to build (e677627c)
  • sofa.core: integrates new build task (3860aef6)

Breaking Changes

  • the new build task renames distribution files from dot-case to camel-case.

Before:

dist/sofa.core.js

After:

dist/sofaCore.js

(3860aef6)

0.13.2 (2015-01-23)

Bug Fixes

  • isArray: use a IE safe technique (20548c35)

0.13.1 (2014-12-04)

0.12.0 (2014-09-23)

Features

  • product: add method to get product's main image (268196dd)

0.11.0 (2014-08-27)

Features

  • util: add isNotNullNorUndefined method (65121366)

0.10.1 (2014-08-08)

0.10.0 (2014-08-05)

0.9.1 (2014-07-16)

Bug Fixes

  • product: make size in getImage(size) optional (db93a470)

0.9.0 (2014-06-23)

Features

0.8.1 (2014-06-20)

0.8.0 (2014-06-20)

Bug Fixes

  • Gruntfile: fixes license banner (bd61901a)
  • LICENSE: fixes naming (d1044b98)
  • product: check for a valid unitAmount in getBasePriceStr (e8f98b04)

Features

  • *: introduce new model APIs (21b36498)

0.7.3 (2014-04-17)

Bug Fixes

  • product: check for a valid unitAmount in getBasePriceStr (787291b6)

0.7.2 (2014-04-16)

Bug Fixes

0.7.0 (2014-04-14)

Features

  • product: allow passing in a variant to calculate base price per variant (41b58807)

0.6.1 (2014-03-31)

Bug Fixes

0.6.0 (2014-03-24)

Features

  • sofa.Util: adds forEach method (4f23dd41)

0.5.1 (2014-03-19)

  • sofa.Util: removes fromJson method (c9122ea8)

0.5.0 (2014-03-18)

Features

  • sofa.Util: adds fromJson method (52204d40)

0.4.1 (2014-03-11)

Bug Fixes

  • karma: updates karma dependencies (f972e315)