DevCycle changelog
Native NestJS Support
Today we're announcing native NestJS support via a wrapper of our Node.js SDK. This continues our goal of providing the best possible experience to developers that are working with our platform.
The NestJS wrapper for the Node.js SDK provides a DevCycle module that we recommend importing at the root of your app. The module exports the DevCycle client, allowing you to inject a single instance throughout your app.
The NestJS SDK also includes:
Parameter decorators and guards to provide a more seamless experience using DevCycle with NestJS
Mocks, making it easier to mock DevCycle variables in your tests