Skip to content

Releases: elsoul/skeet

@skeet-framework/[email protected]

23 Feb 15:52
84e1497
Compare
Choose a tag to compare

Patch Changes

@skeet-framework/[email protected]

23 Feb 15:33
5ae27ba
Compare
Choose a tag to compare

Major Changes

@skeet-framework/[email protected]

23 Feb 13:38
eedba5b
Compare
Choose a tag to compare

Patch Changes

  • #255 2503741 Thanks @POPPIN-FUMI! - ## Update - skeet db/run cmd

    Now you can select multiple databases/packages to run the command on.

    • skeet db command

    e.g.

    skeet db migrate
    ? Select Database (Press <space> to select, <a> to toggle all, <i> to invert selection, and <enter> to proceed)
    ❯◯ card-db
     ◯ point-db
     ◯ staking-db
    • skeet run command

    e.g.

    skeet run
    ? Package Name to Run Cmd: (Press <space> to select, <a> to toggle all, <i> to invert selection, and <enter> to proceed)
    ❯◯ staking-db
     ◯ point-db
     ◯ skeet-func
     ◯ webapp
  • Updated dependencies [97534cc]:

@skeet-framework/[email protected]

21 Feb 16:07
c17d4bc
Compare
Choose a tag to compare

Patch Changes

  • #249 d93c17b Thanks @POPPIN-FUMI! - Update Actions - add Discord/X Notifications

    Discord/X Notifications run on every release and will notify the Discord server of the release.

v1.15.1

20 Feb 09:17
Compare
Choose a tag to compare

Breaking Change

Migrated to PNPM from Yarn

Moving to pnpm, known as a fast and disk space efficient package manager, has made Skeet's build process faster 🎉

Also integrated Vitest as default!

Please install pnpm:

curl -fsSL https://get.pnpm.io/install.sh | sh -

Install @skeet-framework/cli

$ pnpm add -g @skeet-framework/cli

Before

$ npm install

After

$ pnpm install

Please let us know if you get any bugs or error!
https://discord.gg/UP9j92g5e4

What's Changed

Full Changelog: v1.14.7...v1.15.1

@skeet-framework/[email protected]

20 Feb 22:19
d56431d
Compare
Choose a tag to compare

Patch Changes

v1.14.7

09 Feb 14:53
Compare
Choose a tag to compare

What's Changed

v1.14.6

08 Feb 15:51
Compare
Choose a tag to compare

What's Changed

v1.14.5

31 Jan 08:10
Compare
Choose a tag to compare

What's Changed

v1.14.4

10 Jan 12:37
Compare
Choose a tag to compare

What's Changed