Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Aridor authored Jul 21, 2016
1 parent c957bc4 commit c68b84e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
* Changes in 3.0
##Changes in 3.0##
- Separate out compat + non-compat bundles to reduce filesize of the main bundle by removing the BigNumber dependency (https://github.com/HubSpot/PlanOut.js/pull/29/). The default distribution on npm is the non-compat bundle, but the compat bundle is available in the `dist` folder
- Move to Babel 6
- Fix the Round Operator
- Fix interpreter breaking on non-truthy inputs (https://github.com/HubSpot/PlanOut.js/issues/27)
- Ability to register custom salts
- Ability to register custom ops
- Dev changes - now use purely webpack instead of grunt with webpack for build step
- Minor fixups in internal utils library

* Changes in 2.0
##Changes in 2.0##
- Breaking changes to the base Random Op and the Sample Op will break existing experiment / namespace assignments. If you wish to upgrade but keep these old changes you can toggle compatibility mode using ```ExperimentSetup.toggleCompatibleHash(true)```. One valid reason for not upgrading is that this will be incompatible with assignments generated by other PlanOut implementations so if you are using PlanOut cross-platform then you will want to keep this flag on. Otherwise, it is recommended to use non-compatibility mode since it is substantially faster.

* Changes in 1.3
##Changes in 1.3##
- PlanOut.js now comes packaged with an ExperimentSetup utility that allows the registering of inputs to an experiment after the experiment has already been defined. It currently only works with the Namespace class.

* Changes in 1.2.3
##Changes in 1.2.3##
- Exposure now only gets logged on the get function call if it is a valid parameter as defined by getParamNames()

* Changes in 1.2
Expand Down

0 comments on commit c68b84e

Please sign in to comment.