-
Notifications
You must be signed in to change notification settings - Fork 161
Merge series/1.x into master #512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
`NavigatorLanguage.languages` is the way to get value that is equiualent to `Accept-Language` HTTP header in every HTTP request from the user's browser. Docs: https://developer.mozilla.org/en-US/docs/Web/API/NavigatorLanguage/languages
Having `val crypto` in the package object means that when it's undefined an exception is thrown immediately, which makes it impossible to use the WebCrypto facade in such a case. An example situation where this is preventative is using the WebCrypto API from Node where its available as a library and not globally available.
as is the standard
Minor improvements
Co-authored-by: Russ White <[email protected]>
Use sbt 1.5 on 1.x branch
Fix #408 link to Scaladoc in README
Bring back release drafter
Hardcode `isSnapshot`
Revert hardcodes
Add dependabot to keep GitHub Action versions up to date
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 3.6.2 to 4.1.5. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@3.6.2...4.1.5) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
@japgolly I'm sure I overlooked something since there were a lot of hacks to remove but I think this is 90% of the way there. BTW no API reports are generated for Scala 3, probably due to lack of scalafix support, but it's probably fine since it's binary compatible with 2.13 anyway. |
These changes are required for v4 See JamesIves/github-pages-deploy-action#592
…Ives/github-pages-deploy-action-4.1.5 Bump JamesIves/github-pages-deploy-action from 3.6.2 to 4.1.5
LGTM |
🎉 should we make master the default branch again? |
No preference here :) Up to you |
Sorry, I already switched back to master when you weren't looking 😉 it's important, because it's where GH will automatically base contributor's PRs against. I switched to |
Nice! Full steam ahead!! 🚀 |
No description provided.