Skip to content

Tags: Wave-Play/stashy

Tags

v2.1.3

Toggle v2.1.3's commit message
chore: removed unused ts marker

v2.1.2

Toggle v2.1.2's commit message
fix: don't depend on react-native at runtime

This causes issues in projects without the react-native dependency. For example, normal Next.js projects or even backend-only projects. Turns out Stashy can be used for more than just the examples!

v2.1.1

Toggle v2.1.1's commit message
docs: explain default instance in README

v2.1.0

Toggle v2.1.0's commit message
feat: decoupled core from default export

It's now possible to import just the stashy class itself without the overhead of creating a default instance if you want!

Just import from the new /core path.

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from Wave-Play/beta

Stashy 2.0

v2.0.0-beta.10

Toggle v2.0.0-beta.10's commit message
feat: better logging for Stashy backends

The _init() function lifecycle now includes the logger and a guaranteed reference to the parent Stashy instance.

This can be used for debugging the initialization process itself.

v2.0.0-beta.9

Toggle v2.0.0-beta.9's commit message
feat: release builds by Turborepo

Linting is now also part of the release process!

v2.0.0-beta.8

Toggle v2.0.0-beta.8's commit message
fix: declare npm devDependency explicitly

This is kind of a weird issue. Sub packages trying to use anything that relies on `npm` accidentally find this package which is installed by semantic-release and execute it instead.

This is a problem when `npm exec` is run, which the version that semantic release bundles doesn't support and Pilot.js requires for the `dev` command in the sample project...

v2.0.0-beta.7

Toggle v2.0.0-beta.7's commit message
fix: support named exports for backends

v2.0.0-beta.6

Toggle v2.0.0-beta.6's commit message
fix: no longer treeshake bundle

This was causing issues with certain imports such as AsyncStorage.