-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2225 from mainmatter/twios-2023-11-19
TWIOS 2023-11-19
- Loading branch information
Showing
2 changed files
with
115 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
## Rust | ||
|
||
- [marcoow/rust_rest] [#36](https://github.com/marcoow/rust_rest/pull/36) Use | ||
Sqlx instead of tokio-postres ([@marcoow]) | ||
- [marcoow/rust_rest] [#35](https://github.com/marcoow/rust_rest/pull/35) Handle | ||
panics ([@marcoow]) | ||
- [marcoow/rust_rest] [#33](https://github.com/marcoow/rust_rest/pull/33) | ||
Cleanup ([@marcoow]) | ||
- [marcoow/rust_rest] [#32](https://github.com/marcoow/rust_rest/pull/32) Move | ||
support code to support crate ([@marcoow]) | ||
- [marcoow/rust_rest] [#31](https://github.com/marcoow/rust_rest/pull/31) Better | ||
bin org ([@marcoow]) | ||
- [marcoow/rust_rest] [#29](https://github.com/marcoow/rust_rest/pull/29) add | ||
task for creating migration ([@marcoow]) | ||
- [marcoow/rust_rest] [#28](https://github.com/marcoow/rust_rest/pull/28) Reuse | ||
code in db bin ([@marcoow]) | ||
- [marcoow/rust_rest] [#27](https://github.com/marcoow/rust_rest/pull/27) use | ||
reset task on ci ([@marcoow]) | ||
|
||
## Svelte | ||
|
||
- [mainmatter/svelte-promise-modals] | ||
[#38](https://github.com/mainmatter/svelte-promise-modals/pull/38) Add docs | ||
([@zeppelin]) | ||
- [mainmatter/svelte-promise-modals] | ||
[#37](https://github.com/mainmatter/svelte-promise-modals/pull/37) Fix | ||
`clickOutsideDeactivates` option ([@zeppelin]) | ||
- [mainmatter/svelte-promise-modals] | ||
[#33](https://github.com/mainmatter/svelte-promise-modals/pull/33) Kitchen | ||
sink ([@zeppelin]) | ||
- [mainmatter/svelte-promise-modals] | ||
[#32](https://github.com/mainmatter/svelte-promise-modals/pull/32) Upgrade | ||
Svelte packages ([@zeppelin]) | ||
- [mainmatter/svelte-promise-modals] | ||
[#31](https://github.com/mainmatter/svelte-promise-modals/pull/31) Rename | ||
output dir \_app → app ([@zeppelin]) | ||
- [mainmatter/svelte-promise-modals] | ||
[#30](https://github.com/mainmatter/svelte-promise-modals/pull/30) Deploy to | ||
GitHub pages ([@zeppelin]) | ||
- [sveltejs/kit] [#11066](https://github.com/sveltejs/kit/pull/11066) feat: | ||
allow for fine grained invalidation of search params ([@paoloricciuti]) | ||
- [sveltejs/svelte] [#9462](https://github.com/sveltejs/svelte/pull/9462) fix: | ||
allow member access on directives ([@paoloricciuti]) | ||
- [sveltejs/svelte] [#9439](https://github.com/sveltejs/svelte/pull/9439) fix: | ||
allow svelte:self in snippets ([@paoloricciuti]) | ||
|
||
## Embroider | ||
|
||
- [embroider-build/embroider] | ||
[#1671](https://github.com/embroider-build/embroider/pull/1671) Prepare a | ||
release ([@mansona]) | ||
- [embroider-build/embroider] | ||
[#1670](https://github.com/embroider-build/embroider/pull/1670) Fix looping | ||
for unchanged files ([@mansona]) | ||
- [embroider-build/embroider] | ||
[#1668](https://github.com/embroider-build/embroider/pull/1668) prepare | ||
release ([@mansona]) | ||
- [embroider-build/embroider] | ||
[#1666](https://github.com/embroider-build/embroider/pull/1666) unpin | ||
json-stable-stringify ([@mansona]) | ||
- [embroider-build/embroider] | ||
[#1658](https://github.com/embroider-build/embroider/pull/1658) change | ||
release-plan to get publish-stable to run ([@mansona]) | ||
|
||
## JavaScript | ||
|
||
- [embroider-build/release-plan] | ||
[#1](https://github.com/embroider-build/release-plan/pull/1) use tsup | ||
([@mansona]) | ||
|
||
## Ember | ||
|
||
- [ember-fastboot/ember-cli-fastboot] | ||
[#931](https://github.com/ember-fastboot/ember-cli-fastboot/pull/931) update | ||
release-it ([@mansona]) | ||
- [ember-fastboot/ember-cli-fastboot] | ||
[#930](https://github.com/ember-fastboot/ember-cli-fastboot/pull/930) update | ||
pnpm to v8 ([@mansona]) | ||
- [ember-fastboot/ember-cli-fastboot] | ||
[#929](https://github.com/ember-fastboot/ember-cli-fastboot/pull/929) fix json | ||
stringify in fastboot-config ([@mansona]) | ||
- [nickschot/ember-mobile-menu] | ||
[#791](https://github.com/nickschot/ember-mobile-menu/pull/791) Enable | ||
readme/license copying to published addon ([@nickschot]) | ||
- [nickschot/ember-mobile-menu] | ||
[#790](https://github.com/nickschot/ember-mobile-menu/pull/790) Remove Travis | ||
CI badge ([@nickschot]) | ||
- [nickschot/ember-mobile-menu] | ||
[#789](https://github.com/nickschot/ember-mobile-menu/pull/789) Remove v1 | ||
addon/cleanup ([@nickschot]) | ||
|
||
[@mansona]: https://github.com/mansona | ||
[@marcoow]: https://github.com/marcoow | ||
[@nickschot]: https://github.com/nickschot | ||
[@paoloricciuti]: https://github.com/paoloricciuti | ||
[@zeppelin]: https://github.com/zeppelin | ||
[ember-fastboot/ember-cli-fastboot]: | ||
https://github.com/ember-fastboot/ember-cli-fastboot | ||
[embroider-build/embroider]: https://github.com/embroider-build/embroider | ||
[embroider-build/release-plan]: https://github.com/embroider-build/release-plan | ||
[mainmatter/svelte-promise-modals]: | ||
https://github.com/mainmatter/svelte-promise-modals | ||
[marcoow/rust_rest]: https://github.com/marcoow/rust_rest | ||
[nickschot/ember-mobile-menu]: https://github.com/nickschot/ember-mobile-menu | ||
[sveltejs/kit]: https://github.com/sveltejs/kit | ||
[sveltejs/svelte]: https://github.com/sveltejs/svelte |