Skip to content

Commit cc2f27a

Browse files
committed
docs: add initial changelogs for Flipper packages
Add CHANGELOG.md files for the following packages to document their initial releases, features, and supported functionality: - @flippercloud/flipper: TypeScript feature flag library - @flippercloud/flipper-cache: generic cache wrapper with TTL - @flippercloud/flipper-redis: Redis adapter for feature flags - @flippercloud/flipper-sequelize: Sequelize adapter for RDBMS This provides release notes and feature lists for new users and improves discoverability and maintenance tracking for the codebase.
1 parent 24ae0ed commit cc2f27a

File tree

4 files changed

+45
-0
lines changed

4 files changed

+45
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @flippercloud/flipper-cache
2+
3+
## 0.0.1
4+
5+
Initial pre-release of generic cache wrapper for Flipper TypeScript adapters.
6+
7+
### Features
8+
9+
- Read-through cache support
10+
- Write-through cache support
11+
- Configurable TTL and cache layers
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @flippercloud/flipper-redis
2+
3+
## 0.0.1
4+
5+
Initial pre-release of Redis adapter for Flipper feature flags.
6+
7+
### Features
8+
9+
- Redis adapter for feature flag storage
10+
- Support for ioredis client
11+
- TTL management
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @flippercloud/flipper-sequelize
2+
3+
## 1.0.0
4+
5+
Initial release of Sequelize adapter for Flipper feature flags.
6+
7+
### Features
8+
9+
- Sequelize adapter for relational databases
10+
- Support for SQLite, PostgreSQL, MySQL, and other Sequelize-supported databases
11+
- Full feature flag management through database

packages/flipper/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @flippercloud/flipper
2+
3+
## 1.0.0
4+
5+
Initial release of Flipper feature flags for TypeScript/JavaScript.
6+
7+
### Features
8+
9+
- Feature flag evaluation engine
10+
- Support for actors, groups, percentages, and expressions
11+
- Memory adapter for development
12+
- TypeScript support with full type safety

0 commit comments

Comments
 (0)