Skip to content

Commit 36bedee

Browse files
authored
Merge pull request #36 from launchdarkly/jko/v2-changelog
Change log for v2. Update license file
2 parents 8a5ef6e + 88f89d5 commit 36bedee

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change log
2+
3+
All notable changes to the LaunchDarkly Java SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4+
5+
## [2.0.0] - 2016-08-08
6+
### Added
7+
- Support for multivariate feature flags. In addition to booleans, feature flags can now return numbers, strings, dictionaries, or arrays via the `variation` method.
8+
- New `allFlags` method returns all flag values for a specified user.
9+
- New `secureModeHash` function computes a hash suitable for the new LaunchDarkly JavaScript client's secure mode feature.
10+
11+
### Changed
12+
- The `FeatureRep` data model has been replaced with `FeatureFlag`. `FeatureFlag` is not generic.
13+
14+
### Deprecated
15+
- The `toggle` call has been deprecated in favor of `variation`.
16+
17+
### Removed
18+
- The `getFlag` function has been removed.

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Contributing to the LaunchDarkly SDK for PHP
2+
================================================
3+
4+
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.

LICENSE renamed to LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2015 Catamorphic, Co.
1+
Copyright 2016 Catamorphic, Co.
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)