1.5.5 • Published 2 months ago

vexillology v1.5.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

vexillology

npm NPM npm GitHub issues semantic-release: angular

Pluggable feature flag SDK for Javascript

Installation

npm install --save vexillology

Usage

import { Vexillology, LaunchDarklyClient } from 'vexillology';

const user = {
  key: 'aa0ceb',
};

const client = new LaunchDarklyClient('YOUR_CLIENT_SIDE_ID', user);
const vex = new Vexillology(ld);

await vex.ready();

const value = vex.get('YOUR_FEATURE_KEY');
1.5.5

2 months ago

1.5.4

2 months ago

1.5.3

3 months ago

1.5.2

7 months ago

1.5.1

8 months ago

1.5.0

1 year ago

1.2.0

2 years ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago