v0.9.0-beta
Pre-release
Pre-release
- 70% of code refactored for ECMAScript 2015 / ES6.
- 70% of code now Linted,
.eslintrc
files added. - -jsDocs added to refactored files, and general restoration of comments.
- adds productScrollLimit, WIP infinite scrolling
- renamed ALL core Meteor methods to the follow
nameSpace/methodName
- refactor all shop methods to "shop/method" format
- refactor all shipping methods to "shipping/method" format
- refactor all product methods to "products/method" format
- refactor paymentMethod to "payments/paymentMethod"
- refactor all orders methods to "orders/method" format
- refactor all cart methods to "cart/method" format
- updated UI for order processing, WIP.
- updated UI for accounts, adds configuration for Meteor supported Login services.
- Session, Merge handling refactored
- Introduces updated shipping schemas to allow for split shipments
- Introduces updated billing schemas to allow for split payments
- METEOR_EMAIL renamed to REACTION_EMAIL,
- METEOR_AUTH renamed to REACTION_AUTH
- METEOR_USER renamed REACTION_USER
- ReactionCore.Events (our bunyan logger) is renamed to ReactionCore.Log
- i18n_key renamed to i18nKey