Skip to content

Latest commit

 

History

History
1547 lines (572 loc) · 63.6 KB

CHANGELOG.md

File metadata and controls

1547 lines (572 loc) · 63.6 KB

0.66.0 (2024-05-17)

Features

  • user: support appId as URI parameter for reset password request (#660) (fffff73)

0.65.5 (2024-05-16)

0.65.4 (2024-05-15)

0.65.3 (2024-05-10)

0.65.2 (2024-05-03)

Features

0.65.1 (2024-04-30)

Bug Fixes

  • user: fix create invitation for existing invitation which is invalidated (#649) (e668b85)

0.65.0 (2024-04-25)

Features

  • user: enforce session check in database (#646) (bc22242)

0.64.2 (2024-04-02)

Bug Fixes

  • multi-tenant: fix tenant emailPassword sign in (#635) (76aa036)

0.64.1 (2024-03-27)

Bug Fixes

  • deps: update dependency nodemailer to v6.9.9 [security] (#607) (f37d349)
  • multi-tenant: add 404 status code in response if such tenant does not exits (#628) (10bc5b2)
  • user: block create role if it already exists (#629) (65cfb29)

0.64.0 (2024-03-23)

Features

  • user: add permissions while creating role (#622) (5023a51)

0.63.0 (2024-03-22)

Features

  • config: add multi-stream support for logger config (#616) (d9ebb2e)

0.62.4 (2024-03-21)

Bug Fixes

0.62.3 (2024-03-20)

0.62.2 (2024-03-07)

Features

  • multi-tenant: check reserved slugs and domains before create tenant (#606) (79db810)

0.62.1 (2024-02-19)

Features

  • return host in tenant all request (#614) (058308a)
  • user: make invitations and user service configurable (#511) (3659f26)

0.62.0 (2024-02-12)

Features

  • user: add support for custom third party provider (#608) (1a4ae53)

0.61.1 (2024-02-12)

Bug Fixes

  • remove role check in user enable and disable graphql resolver (#611) (2d84f4b)

0.61.0 (2024-01-30)

Features

  • multi-tenant: add endpoint to get all tenants (#604) (70ed7bd)
  • user: auto verify first admin user email when email verification is enabled (#603) (e9ccf84)

0.60.0 (2024-01-26)

Features

  • user: make accept invitation link path configurable (#601) (5d5aa1f)

0.59.0 (2024-01-25)

Bug Fixes

  • deps: update dependency zod to v3.22.4 (#591) (b0b6b61)
  • user: fix link in email verification for first admin sign up (#598) (f991df5)

Features

  • multi-tenant: add tenant owner role on sign up from www app (#586) (49c341d)

0.58.0 (2024-01-16)

Bug Fixes

  • deps: update dependency @types/busboy to v1.5.3 (#559) (da0cf54)
  • deps: update dependency nodemailer to v6.9.8 (#589) (0dc1a7d)
  • deps: update dependency uuid to v9.0.1 (#590) (3537316)

Features

  • multi-tenant: add owner information on creating tenant (3ca2756)
  • multi-tenant: As A tenant owner, I can only get tenants or a tenant created by me. (#588) (6c7bebb)

0.57.1 (2024-01-08)

0.57.0 (2024-01-04)

Features

  • user: add role based access control (hasPermission middleware and directive to protect routes) (#564) (eca8909)
  • multi-tenant: add tenant controller and resolver (#574) (95bb1f9)

0.56.0 (2023-12-25)

Features

  • add payload support in send notification route (#581) (68c3f9a)
  • user: fix create invitation issue when default role is not USER (#565) (7260f11)

0.55.2 (2023-12-20)

0.55.1 (2023-12-20)

0.55.0 (2023-12-19)

Features

  • add remove device route and multi device notification support (#575) (cadb1ca)
  • fastify-firebase: check if app is already initialized before initializing app (#571) (d8ffaad)

0.54.0 (2023-12-15)

Features

  • add fastify-firebase package for firebase admin utilities (#566) (8131906)

0.53.4 (2023-12-12)

Bug Fixes

  • multi-tenant: send email verification to correct email address on signup (#568) (953a6aa)

0.53.3 (2023-12-08)

Bug Fixes

  • multi-tenant: session valid on tenant app where user is authenticated. (a6b2286)

0.53.2 (2023-11-27)

Bug Fixes

  • close pg client after migration (10e7384)

0.53.1 (2023-11-24)

Bug Fixes

  • slonik: support ssl for database connection (#560) (73ed3b5)

0.53.0 (2023-11-20)

BREAKING CHANGES

  • Multi-tenant: Should Register MigrationPlugin from multi-tenant package to run tenant migrations from app.

Check Readme of @dzangolab/fastify-multi-tenant package.

Bug Fixes

  • deps: update dependency pg to v8.11.3 (#460) (e387afb)

0.52.1 (2023-11-17)

Bug Fixes

  • deps: update dependency slonik to v37.2.0 [security] (#549) (0dfab1b)

0.52.0 (2023-11-08)

Features

  • user: make supertokens session recipe configurable (#546) (df02111)

0.51.1 (2023-11-07)

Features

  • user: add user enable and disable graphql resolvers (#545) (1b7d0f8)

0.51.0 (2023-11-05)

Features

  • user: add admin routes to enable/disable user (#535) (b1e3252)
  • user: block protected routes to disabled users (#542) (34353d8)

Bug Fixes

  • deps: update dependency zod to v3.22.3 [security] (#525) (aaf3ac7)

0.50.1 (2023-10-31)

Features

  • require session to verify email (#531) (6f44f40)
  • user: make api and functions configurable of emailVerificationR… (#533) (5efe261)

0.50.0 (2023-10-09)

Features

  • fastify-user: add apple redirect handler for android login and multi oauth provider support for apple (#526) (d0e54b3)

0.49.0 (2023-10-03)

Features

  • slonik: Run app migrations through migrationPlugin (#508) (905e25a)

BREAKING CHANGES

  • Slonik: Should Register MigrationPlugin from slonik package to run app migrations

Check Readme of @dzangolab/fastify-slonik package.

0.48.1 (2023-09-26)

Bug Fixes

0.48.0 (2023-09-22)

Features

0.47.0 (2023-09-19)

Bug Fixes

  • fix typo in filename resolution strategy (#515) (cb2a196)
  • update logic filename suffix to check exact filename (#516) (c1bad9a)

Features

0.46.0 (2023-09-13)

Bug Fixes

  • user: fix graphql issue when email not verified for public endpoint (#493) (964e2b4)

Features

  • add delete file method to file service on fastify-s3 (#501) (070f248)

0.45.0 (2023-09-12)

Features

  • add a function to check existing file on s3 bucket (#496) (e6ad3e6)

0.44.0 (2023-09-04)

Bug Fixes

Features

  • user: add ability to auto verify email and send verification email on successful signup (#489) (e49490f)

0.43.0 (2023-09-01)

Features

  • update s3 package config and remove filename from params (#486) (0c076cf)
  • user: add email verification recipe (#482) (3d24b17)
  • user: remove /auth path for email verification for app (#487) (800189b)

0.42.0 (2023-08-29)

Features

  • fastify-s3: add s3 client to get all operation of aws s3 (#467) (391757e)

0.41.0 (2023-08-25)

BREAKING CHANGES

  • Only support supertokens CDI version 2.21 and greater

  • This migration is required when upgrading

ALTER TABLE st__session_info ADD COLUMN IF NOT EXISTS use_static_key BOOLEAN NOT NULL DEFAULT(false);
ALTER TABLE st__session_info ALTER COLUMN use_static_key DROP DEFAULT;

Check this https://github.com/supertokens/supertokens-node/blob/master/CHANGELOG.md#1400---2023-05-04 to get more info on breaking changes related to supertokens.

0.40.2 (2023-08-21)

Bug Fixes

  • remove mailer from fastify request and graphql context (#474) (ebac4a7)

0.40.1 (2023-08-18)

Bug Fixes

  • user: handle session errors in graphql context (#470) (cd4cf8c)

0.40.0 (2023-08-17)

Features

  • add plugin on fastify s3 (#465) (d827b0c)
  • added dzangolab/fastify-s3 package (#464) (f1f1e8c)
  • fastify-s3: add a migration on plugin to create files table (#466) (a416eaf)
  • user: generate invitation link based on app id or request origin (#446) (9824f46)

0.39.1 (2023-08-14)

Bug Fixes

  • deps: update dependency eslint-config-turbo to v1.10.12 (#436) (9ef7b0a)
  • deps: update dependency nodemailer to v6.9.4 (#437) (0737452)

Features

  • user: first admin signup graphql resolver (#457) (aaccbd9)

0.39.0 (2023-08-11)

Features

  • config: add apps config in apiConfig (#429) (22d7eed)

0.38.0 (2023-08-09)

0.37.1 (2023-08-07)

0.37.0 (2023-08-02)

Bug Fixes

  • slonik: fix factory getter method in service (0a4b013)

Features

  • user: add post accept invitation config (#442) (2e8bb39)
  • user: add User in invitation list method (#445) (44bd832)
  • user: graphql endpoints for invitation (#440) (8d50ab9)

0.36.2 (2023-07-28)

Performance Improvements

  • user: remove invitation token in list handler (#441) (c68cb8d)

0.36.1 (2023-07-25)

Bug Fixes

  • deps: update typescript-eslint monorepo to v5.62.0 (#414) (1aa60b1)

0.36.0 (2023-07-24)

Features

  • user: revoke invitation (#426) (7d14c60)
  • user: throw error while create invitation if already have valid invitation in database. (#433) (c5caa8a)

0.35.0 (2023-07-21)

Features

  • user: Add get invitation by token endpoint (#424) (2ff38d2)
  • user: add list invitatons controller (#428) (2716b29)

0.34.0 (2023-07-19)

Features

0.33.0 (2023-06-27)

Features

  • user: upgrade supertokens node to 13.6.0 (#419) (c91034a)

0.32.10 (2023-06-19)

Bug Fixes

  • deps: update dependency eslint-config-turbo to v1.10.3 (#410) (e2a8e2a)
  • deps: update dependency nodemailer-mjml to v1.2.24 (#407) (acb8499)
  • deps: update dependency pg to v8.11.0 (#178) (a59d4c0)
  • deps: update dependency vue-eslint-parser to v9.3.1 (#412) (e2255b5)
  • deps: update typescript-eslint monorepo to v5.59.11 (#370) (614a85d)

0.32.9 (2023-06-15)

Features

0.32.8 (2023-06-07)

Bug Fixes

  • deps: update dependency nodemailer to v6.9.3 (#378) (ef911d6)
  • deps: update dependency nodemailer-mjml to v1.2.22 (#379) (fc809bb)

Features

  • user: send reset password success email to user (#400) (4b1d7d7)

0.32.7 (2023-06-01)

Features

  • user: add role validation for sign up (#391) (dbb15db)

0.32.6 (2023-05-31)

0.32.5 (2023-05-26)

Bug Fixes

  • send email asyncronously (206c547)

Features

  • user: add roles in users endpoint (#389) (1fe8648)
  • user: export email and password validation from user package (#392) (5c9610f)

0.32.4 (2023-05-17)

Features

  • slonik: add support camelCase in sort and filter query (#386) (cb0a228)

0.32.3 (2023-05-17)

Features

  • slonik: Support case for IS NULL and IS NOT NULL in FilterInput (#383) (69936ec)

0.32.2 (2023-05-16)

Bug Fixes

  • deps: update dependency eslint-config-turbo to v1.9.4 (#376) (d8e302f)
  • deps: update dependency eslint-plugin-unicorn to v46.0.1 (#362) (1c00080)
  • slonik: fix sorting issue for all and list query (#377) (8443a29)

0.32.1 (2023-05-11)

Bug Fixes

  • multi-tenant: fix change password issue (#372) (41154df)

0.32.0 (2023-05-10)

Features

0.31.3 (2023-05-08)

Bug Fixes

  • deps: update dependency nodemailer-mjml to v1.2.18 (#353) (beceef4)
  • deps: update typescript-eslint monorepo to v5.59.2 (#344) (ed3bc26)

0.31.2 (2023-05-05)

Features

  • mailer: decorate mailer in fastify request and graphql context (#357) (5cf086d)

0.31.1 (2023-04-26)

0.31.0 (2023-04-25)

Bug Fixes

  • deps: update dependency eslint-config-turbo to v1.9.3 (#343) (8c09e84)

Features

BREAKING CHANGES

  • (user): removed profile and roles from signin and signup auth response.
  • (user): added signedUpAt and lastLoginAt property to User

0.30.0 (2023-04-13)

Bug Fixes

  • deps: update dependency eslint-config-turbo to v1.9.1 (#335) (37c53d7)
  • deps: update typescript-eslint monorepo to v5.58.0 (#331) (79a0e59)

Features

  • slonik: remove paginatedList (#305) (8757b53)
  • user: customizable signUpFeature in supertoken's third party email password recipe (#332) (6241374)

0.29.0 (2023-04-12)

Bug Fixes

  • deps: update dependency eslint-config-prettier to v8.8.0 (#315) (5d28a05)
  • deps: update dependency eslint-config-turbo to v1 (#321) (fedb91f)
  • deps: update dependency eslint-import-resolver-typescript to v3.5.5 (#327) (f48a187)
  • deps: update dependency eslint-plugin-unicorn to v46 (#322) (f789f2b)
  • deps: update dependency nodemailer-mjml to v1.2.15 (#317) (5852d42)

Features

  • user: make third party email password recipe functions/apis customizable from user config (#316) (b5fc939)

0.28.0 (2023-04-11)

BREAKING CHANGES

  • user: remove user object from session token (#302) (c1c0e7f)

0.27.1 (2023-04-05)

0.27.0 (2023-04-04)

Bug Fixes

  • deps: update dependency vue-eslint-parser to v9.1.1 (#303) (9393642)
  • deps: update typescript-eslint monorepo to v5.57.1 (#309) (610c03c)

BREAKING CHANGES

  • slonik: update list method of service class (#302) (8f7f83f)

0.26.3 (2023-04-03)

Bug Fixes

  • deps: update dependency eslint-import-resolver-typescript to v3.5.4 (#295) (8de8f4b)

0.26.2 (2023-03-30)

Bug Fixes

  • fix zod validation for getAllSql query (#294) (4d239d0)

0.26.1 (2023-03-29)

Bug Fixes

  • deps: update dependency eslint-config-turbo to v0.0.10 (#287) (4ce0514)
  • deps: update dependency html-to-text to v9.0.5 (#288) (878830e)
  • deps: update dependency nodemailer-mjml to v1.2.13 (#196) (7692ad4)
  • deps: update typescript-eslint monorepo to v5.57.0 (#216) (ac92830)
  • user: return paginated user list on users endpoint (#283) (00954dc)

0.26.0 (2023-03-28)

Features

0.25.3 (2023-03-24)

Bug Fixes

  • update password default option and fixed related tests (041df05)

0.25.2 (2023-03-24)

Bug Fixes

0.25.1 (2023-03-23)

0.25.0 (2023-03-22)

Features

  • user: Email and Password validation customization with config using zod and validator (#263) (41aa997)

0.24.0 (2023-03-20)

Features

0.23.0 (2023-03-17)

Features

  • mercurius: upgrade mercurius to 12.0.(#259) (b5ae65c)

0.22.1 (2023-03-09)

Bug Fixes

  • multi-tenant: fix getAllWithAliasesSql method (#254) (5a80a25)

0.22.0 (2023-03-08)

Features

  • add role config for user plugin (#251) (40a5402)
  • user: allow "st-auth-mode" header for auth mode on supertokens (#243) (eecfbae)
  • user: configurable user table name from config (#250) (45e3faa)

0.21.0 (2023-02-23)

Features

0.20.0 (2023-02-21)

Features

  • skip tenant migration if migration path does not exists(#236) (62e2f1a)

0.19.0 (2023-02-17)

Features

  • add support in buildContext for updating context based on augmentation from other plugins (#173) (5e013d2)
  • slonik: add createDatabase module (#233) (5f30db3)

0.18.3 (2023-02-16)

0.18.2 (2023-02-15)

Bug Fixes

  • multi-tenent: fix tenant discovery and getFindByHostnameSql (#230) (0aab1bd)

0.18.1 (2023-02-15)

Bug Fixes

  • multi-tenent: fix getAliasedField method in sqlFactory (#226) (5e50ff0)

0.18.0 (2023-02-14)

Features

0.17.1 (2023-02-07)

0.17.0 (2023-02-05)

0.16.0 (2023-02-05)

0.15.2 (2023-02-05)

Bug Fixes

  • deps: update typescript-eslint monorepo to v5.50.0 (#198) (7fa5e20)

0.15.1 (2023-02-01)

0.15.0 (2023-01-29)

BREAKING CHANGES

  • SqlFactory arguments have changed.

  • fix(multi-tenant): update service factory

  • chore(slonik): cleanup configuration

  • chore(config): cleanup tsconfig

  • SqlFactory arguments have changed.

  • fix(multi-tenant): update service factory

  • chore(slonik): cleanup configuration

0.14.1 (2023-01-28)

Bug Fixes

  • slonik: fix config.clientConfiguration (6ae19b5)

0.14.0 (2023-01-28)

Bug Fixes

  • deps: update dependency nodemailer to v6.9.1 (#157) (79b981d)
  • deps: update dependency nodemailer-mjml to v1.2.4 (#172) (4ae3d0f)
  • multi-tenant: slonik.migrations may be undefined (7df67e5)

Features

  • slonik: add default migrations path "migrations" (#179) (7f67036)

0.14.0 (2023-01-28)

Bug Fixes

  • deps: update dependency nodemailer to v6.9.1 (#157) (79b981d)
  • deps: update dependency nodemailer-mjml to v1.2.4 (#172) (4ae3d0f)

Features

  • slonik: add default migrations path "migrations" (#179) (7f67036)

0.13.0 (2023-01-26)

Bug Fixes

  • deps: update dependency eslint-plugin-import to v2.27.5 (#167) (b010b3a)
  • deps: update dependency nodemailer-mjml to v1.2.3 (#168) (93c7614)
  • deps: update typescript-eslint monorepo to v5.49.0 (#161) (7cef927)

Features

  • slonik: schema support for sql queries (#148) (67b52fd)

0.12.3 (2023-01-18)

Bug Fixes

0.12.2 (2023-01-13)

Bug Fixes

  • deps: update dependency eslint-import-resolver-typescript to v3.5.3 (#147) (7cf223a)
  • deps: update dependency eslint-plugin-import to v2.27.4 (#154) (6f57d1f)
  • deps: update typescript-eslint monorepo to v5.48.1 (#143) (44dbbf7)
  • slonik: make minor fixes to slonik package (#153) (1384df6)

0.12.1 (2023-01-12)

Bug Fixes

  • deps: update dependency eslint-config-prettier to v8.6.0 (#131) (dcf9ea5)
  • deps: update dependency nodemailer-mjml to v1.2.2 (#138) (338379c)
  • deps: update typescript-eslint monorepo to v5.48.0 (#130) (6c4ee5d)

Performance Improvements

  • fastify-mailer: Add support for template data from config (#135) (1b442d0)

0.12.2 (2023-01-13)

Bug Fixes

  • deps: update dependency eslint-import-resolver-typescript to v3.5.3 (#147) (7cf223a)
  • deps: update dependency eslint-plugin-import to v2.27.4 (#154) (6f57d1f)
  • deps: update typescript-eslint monorepo to v5.48.1 (#143) (44dbbf7)
  • slonik: make minor fixes to slonik package (#153) (1384df6)

0.12.1 (2023-01-12)

Bug Fixes

  • deps: update dependency eslint-config-prettier to v8.6.0 (#131) (dcf9ea5)
  • deps: update dependency nodemailer-mjml to v1.2.2 (#138) (338379c)
  • deps: update typescript-eslint monorepo to v5.48.0 (#130) (6c4ee5d)

Performance Improvements

  • fastify-mailer: Add support for template data from config (#135) (1b442d0)

0.12.0 (2022-12-27)

Features

0.11.2 (2022-12-27)

Bug Fixes

  • deps: update typescript-eslint monorepo to v5.47.1 (#123) (3364c35)

0.11.1 (2022-12-25)

0.11.0 (2022-12-21)

Features

  • slonik: change slonik.migrations config type (#115) (f8b0abf)

0.10.8 (2022-12-20)

Bug Fixes

  • deps: update typescript-eslint monorepo to v5.47.0 (#112) (acb039f)

0.10.7 (2022-12-18)

0.10.6 (2022-12-18)

0.10.5 (2022-12-18)

0.10.4 (2022-12-18)

0.10.3 (2022-12-18)

0.10.2 (2022-12-18)

0.10.1 (2022-12-18)

0.10.0 (2022-12-18)

Features

  • mailer: add mjml and other plugins to nodemailer (#101) (b0fc6a2)

0.9.2 (2022-12-18)

0.9.1 (2022-12-17)

0.9.0 (2022-12-17)

0.8.6 (2022-12-17)

Bug Fixes

  • deps: update dependency eslint-plugin-unicorn to v45.0.2 (#87) (e146ad8)
  • deps: update typescript-eslint monorepo to v5.46.1 (#75) (3573401)

0.8.5 (2022-12-11)

0.8.4 (2022-12-11)

0.8.3 (2022-12-10)

0.8.2 (2022-12-10)

0.8.1 (2022-12-10)

0.8.0 (2022-12-10)

Features

  • mercurius: add fastiify-mercurius plugin (30aeb19)

0.8.0 (2022-12-10)

Features

  • mercurius: add fastiify-mercurius plugin (30aeb19)

0.7.0 (2022-12-10)

Features

  • config: remove supertokens attribute (ab65d71)

0.6.1 (2022-12-10)

Bug Fixes

  • deps: update typescript-eslint monorepo to v5.46.0 (#72) (d6090cf)

0.6.0 (2022-12-08)

Features

  • config: deprecate graphql and graphiql attributes from config (1710a45)

0.5.10 (2022-12-07)

Bug Fixes

  • deps: update typescript-eslint monorepo to v5.45.1 (#60) (1794046)

0.5.9 (2022-12-07)

Bug Fixes

  • slonik: exclude postgres-migrations from build (9c62397)

0.5.8 (2022-12-07)

Bug Fixes

  • slonik: make postgres-migrations a peer dependency (ea6fd38)

0.5.7 (2022-12-07)

0.5.6 (2022-12-07)

0.5.5 (2022-12-07)

Bug Fixes

  • slonik: fix migrations path (cbef31a)

0.5.4 (2022-12-06)

Bug Fixes

  • slonik: make fastify-slonik a peer dependency (ff607ab)
  • slonik: update dependencies (dd97082)

0.5.3 (2022-12-04)

Bug Fixes

  • slonik: make postgres-migrations a peer dependency (a720be0)

0.5.2 (2022-12-04)

Bug Fixes

  • slonik: augment fastify types (fc3cb75)

0.5.1 (2022-12-04)

0.5.0 (2022-12-03)

Features

  • slonik: add fastify-slonik plugin (#43) (2da5b09)

0.4.0 (2022-12-03)

Features

  • config: remove db attribute from ApiConfig (#41) (9b1ec37)

0.3.2 (2022-12-04)

Bug Fixes

  • config: extract plugin as separate file (#52) (2685ae9)

0.3.1 (2022-12-04)

0.3.0 (2022-12-03)

0.2.1 (2022-12-04)

Bug Fixes

  • config: fix export of ApiConfig type (39ec736)

0.5.0 (2022-12-03)

Features

  • slonik: add fastify-slonik plugin (#43) (2da5b09)

0.4.0 (2022-12-03)

Features

  • config: remove db attribute from ApiConfig (#41) (9b1ec37)

0.3.3 (2022-12-04)

Bug Fixes

  • config: extract plugin as separate file (#52) (2685ae9)

0.3.1 (2022-12-04)

Bug Fixes

  • config: fix export of ApiConfig type (39ec736)

0.3.0 (2022-12-03)

Features

0.2.1 (2022-12-04)

Bug Fixes

  • config: fix export of ApiConfig type (39ec736)

0.2.0 (2022-12-02)

Features

  • config: remove logLevel attribute (#35) (6070617)

0.1.0 (2022-12-02)

Bug Fixes

  • deps: update dependency eslint-config-turbo to v0.0.7 (#32) (cba3607)
  • deps: update dependency eslint-plugin-unicorn to v45.0.1 (#29) (1216519)
  • deps: update typescript-eslint monorepo to v5.45.0 (#30) (0b41dc0)

0.0.14 (2022-11-26)

0.0.13 (2022-11-26)

0.0.12 (2022-11-26)

0.0.11 (2022-11-26)

0.0.10 (2022-11-26)

Bug Fixes

  • deps: update dependency eslint-plugin-unicorn to v45 (#22) (0ef20bd)
  • deps: update dependency eslint-plugin-vue to v9.8.0 (#19) (cac06ea)
  • deps: update typescript-eslint monorepo to v5.44.0 (#20) (6a9a579)

0.0.9 (2022-11-25)

0.0.8 (2022-11-25)

0.0.7 (2022-11-25)

0.0.6 (2022-11-24)

0.0.5 (2022-11-24)