From 88f89d5f29ff2ea3993734fa12479473f906b700 Mon Sep 17 00:00:00 2001 From: John Kodumal Date: Tue, 9 Aug 2016 17:01:53 -0700 Subject: [PATCH] Change log for v2. Update license file --- CHANGELOG.md | 18 ++++++++++++++++++ CONTRIBUTING.md | 4 ++++ LICENSE => LICENSE.txt | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md create mode 100644 CONTRIBUTING.md rename LICENSE => LICENSE.txt (94%) diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..2e548727c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Change log + +All notable changes to the LaunchDarkly Java SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). + +## [2.0.0] - 2016-08-08 +### Added +- Support for multivariate feature flags. In addition to booleans, feature flags can now return numbers, strings, dictionaries, or arrays via the `variation` method. +- New `allFlags` method returns all flag values for a specified user. +- New `secureModeHash` function computes a hash suitable for the new LaunchDarkly JavaScript client's secure mode feature. + +### Changed +- The `FeatureRep` data model has been replaced with `FeatureFlag`. `FeatureFlag` is not generic. + +### Deprecated +- The `toggle` call has been deprecated in favor of `variation`. + +### Removed +- The `getFlag` function has been removed. \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..3ec616bd2 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,4 @@ +Contributing to the LaunchDarkly SDK for PHP +================================================ + +We encourage pull-requests and other contributions from the community. We've also published an [SDK contributor's guide](http://docs.launchdarkly.com/v1.0/docs/sdk-contributors-guide) that provides a detailed explanation of how our SDKs work. \ No newline at end of file diff --git a/LICENSE b/LICENSE.txt similarity index 94% rename from LICENSE rename to LICENSE.txt index b5c790da8..e82de54ed 100644 --- a/LICENSE +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright 2015 Catamorphic, Co. +Copyright 2016 Catamorphic, Co. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.