CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 9
Compare
be3e46a
This is release 38 of sconfig which supports the Scala line of products.
Highlights 💥
This update adds many fixes and enhancements that are included in the upstream Java project. Other outstanding issues are tracked here: #29
-
The ability to hide the rendering of environment variables included in your config that are secrets you don't want exposed.
-
New: Adds the ability to format HOCON files by Waldemar Wosiński. This is a new capability in
sconfig
that is not in the upstream Java project. This has been a long standing and frequently requested feature in the upstream project. It should be possible to create a VSCode plugin or addconfigfmt
command to Metals.
Details below.
Contributors 👥
According to git shortlog -sn --no-merges v1.10.0..v1.11.0
6 (5) Eric K Richardson
2 Scala Steward
1 (2) Waldemar Wosiński
Note: The numbers in parens above are what they should be but the author messed up a PR that was co-authored.
Special thank you to Waldemar Wosiński, @kastoestoramadus, for pushing for rendering support which can open up formatting of HOCON files. The contributions encouraged me to catch up on other fixes and improvements already merged to the upstream Java project. 🎤 👏
What's Changed
- Update sjavatime to 1.4.0 by @ekrich in #453
- Making rendering useful for formatting files (2) by @kastoestoramadus co-authored by @ekrich in #454
- Update sbt, scripted-plugin to 1.11.3 by @scala-steward in #457
- Update scalafmt-core to 3.9.8 by @scala-steward in #456
- BadMap throws exception if hashCode returns Integer.MIN_VALUE by @ekrich in #459
- Fixed support for keys that look like numbers longer than an int by @ekrich in #460
- Performance fix: added capacity parameter in ArrayLists by @ekrich in #461
- [ISSUE-455] showEnvVariableValues code ported, one bugfix by @kastoestoramadus in #458
- Fix #462 / #463 Scalafix updates and developer documentation by @ekrich in #464
New Contributors
- @kastoestoramadus made their first contribution in #458 Note: the first pull was really #454 which should have been co-authored.
Full Changelog: v1.10.0...v1.11.0