Skip to content

Releases: Simple-JWT/sjwt

v1.0.18

Choose a tag to compare

@Chalks Chalks released this 22 Jan 00:21

allows utm_source customization

v1.0.17

Choose a tag to compare

@Chalks Chalks released this 21 Jan 23:31
  • update contact info in package.json
  • update branding to allow customization of "powered by" text color
  • add instructions on how to run the package locally because I keep forgetting how -> worth building in a in-repo manual testing environment?

v1.0.16

Choose a tag to compare

@Chalks Chalks released this 20 Jan 23:20

Allows a branding component. Just import 'sjwt/branding'; then you can use the component <sjwt-branding></sjwt-branding>

v1.0.15

Choose a tag to compare

@Chalks Chalks released this 20 Jan 19:24

save()

import {save} from 'sjwt';
const example = async () => {
    const user = await save({
        privateData: {},
        publicData: {},
        overwrite: false, // default false
        projectId: <projectid>, // or omit and it will simple use `sjwt.projectId`
    });
}

v1.0.14

Choose a tag to compare

@Chalks Chalks released this 15 Jan 19:37
feat: releasing now publishes and updates latest release

v1.0.13

v1.0.13 Pre-release
Pre-release

Choose a tag to compare

@Chalks Chalks released this 15 Jan 19:26
fix: release process

v1.0.12

v1.0.12 Pre-release
Pre-release

Choose a tag to compare

@Chalks Chalks released this 15 Jan 18:14
feat: debug ci

v1.0.11

v1.0.11 Pre-release
Pre-release

Choose a tag to compare

@Chalks Chalks released this 15 Jan 18:10
feat: update tag

v1.0.10

Choose a tag to compare

@Chalks Chalks released this 15 Jan 17:50
feat: trigger publish on prerelease and match better

v1.0.9

Choose a tag to compare

@Chalks Chalks released this 15 Jan 17:38

this will probably fail