pesde/CHANGELOG.md
Luka f0d04fc87c
feat: website
* feat(website): init

* feat(website): home page

* feat(website): make page more responsive

* feat(website): layout

* feat(website): package page

* feat(website): update PackageResponse type

* feat(website): display package readme

* feat(website): use new /latest/any endpoint

* feat(website): make website lg instead of xl

* fix(website): use NodeJS.Timeout

* feat(website): versions page

* feat(website): add latest version indicator

* feat(website): add target select menu

* feat(website): indicate current version

* feat(website): add package metadata

* feat(website): add hamburger

* fix(website): header responsiveness

* feat(website): better package layout

* feat(website): display authors on package page

* fix(website): only display relative dates on client

* feat(docs): init docs site

* chore(website): read .env from project root

* feat(website): add gemoji support

* fix(website): overflow on code blocks

* chore(docs): read .env from project root

* feat(docs): config changes

* fix: authors not displaying

* fix(website): use fallback language

* refactor(website): use predefined target names

* refactor(website): change Github to GitHub

* chore: remove starter readmes

* chore(docs): remove .vscode

* chore(docs): remove unused assets folder

* fix(website): fix missing datetime attribute

* feat(website): switch to universal loaders

* feat(docs): search

* fix(website): type errors

* fix(website): use provided fetch instead of global

* feat(website): remove isr

* chore(website): add .env.example

* feat(website): add icons and metadata

* chore(website): add debug logs

* chore(website): remove shiki temporarily

* fix(website): rehype shiki lazy load

* fix(website): use custom highlighter

* fix(website): move highlighter creation into load

* docs: write docs

* feat(website): add og image

* feat(website): fix accessibility issues

* fix(website): no target selector on mobile

* fix(website): close dialog on navigation

* fix(website): logo is not a link in hamburger menu

* feat(website): dependencies tab

* fix(website): use correct dependency target

* fix(website): navigation links

* feat(website): support wally dependencies

* feat(website): metadata + case insensitivity

* fix(website): manually implement groupBy

`Object.groupBy` isn't supported on Vercel right now.

* fix(website): code block with an unknown language

* docs(policies): explain & cover more cases

* docs: update cli reference

* docs: add self hosting registries guide

* docs: update README

* docs: add more configs to registry guide

* fix: favicon and logomark

* feat(website): package documentation

* fix(website): missing $derive for toc

* docs: change SENTRY_URL to SENTRY_DSN

* chore(website): remove unused file

* chore: remove favicon.zip

* fix(website): strip wally# prefix

* chore: add changelog entry

---------

Co-authored-by: daimond113 <72147841+daimond113@users.noreply.github.com>
2024-10-29 20:06:00 +01:00

3 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • New website by @lukadev-0

Fixed

  • Use updated aliases when reusing lockfile dependencies by @daimond113
  • Listen for device flow completion without requiring pressing enter by @daimond113
  • Sync scripts repo in background by @daimond113
  • Don't make CAS files read-only on Windows (file removal is disallowed if the file is read-only) by @daimond113

Performance

  • Clone dependency repos shallowly by @daimond113

Changed

  • Optimize boolean expression in publish command by @daimond113

0.5.0-rc.6 - 2024-10-14

Added

  • Support full version requirements in workspace version field by @daimond113
  • Improved authentication system for registry changes by @daimond113

Fixed

  • Correct pesde.toml inclusion message in publish command by @daimond113
  • Allow writes to files when link is false in PackageFS::write_to by @daimond113
  • Handle missing revisions in AnyPackageIdentifier::from_str by @daimond113
  • Make GitHub OAuth client ID config optional by @daimond113

0.5.0-rc.5 - 2024-10-12

Added

  • Inform user about not finding any bin package when using its bin invocation by @daimond113

Fixed

  • Fix self-upgrade overwriting its own binary by @daimond113
  • Allow use of Luau packages in execute command by @daimond113
  • Remove duplicated manifest file name in publish command by @daimond113

0.5.0-rc.4 - 2024-10-12

Added

  • Add yes argument to skip all prompts in publish command by @daimond113
  • Publish all workspace members when publishing a workspace by @daimond113

Fixed

  • Add feature gates to wally-compat specific code in init command by @daimond113

0.5.0-rc.3 - 2024-10-06

Fixed

  • Use workspace specifiers' target field when resolving by @daimond113

0.5.0-rc.2 - 2024-10-06

Added

  • Add support for multiple targets under the same package name in workspace members by @daimond113

Fixed

  • Fix versions with dots not being handled correctly by @daimond113

0.5.0-rc.1 - 2024-10-06

Changed

  • Rewrite the entire project in a more maintainable way by @daimond113
  • Support workspaces by @daimond113
  • Improve CLI by @daimond113
  • Support multiple targets for a single package by @daimond113
  • Make registry much easier to self-host by @daimond113
  • Start maintaining a changelog by @daimond113