v1.3.0 - the "fix a lot of stuff and make it faster" release #320
Unanswered
markuswustenberg
asked this question in
General
Replies: 1 comment 1 reply
-
|
Maybe it is worth pointing out that users can now migrate away from deprecated functions by using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So many changes! Thank you to all contributors, you're great! 😎
Here are the highlights:
rawtype, that you'll get automatically by just keeping on using theText/TextfandRaw/Rawffunctions. He also fixed the benchmarks, which turned out to actually measure the wrong thing because of behind-the-scenes compiler optimizations in the benchmark code itself. Thanks, @Hendrikto!x/slicespackage, as a way of letting people have theMap/Filter/Reduceworkflow that's been requested so many times over the years. Note that thexpackage is for experimental stuff, so it doesn't have the same compatibility guarantees as the rest of the gomponents module.go fixin your codebase to automatically move away from deprecated functions (in this case, some HTML helpers).There are a lot of smaller additions, fixes, and performance improvements. See the full list below.
Again, thank you to all contributors!
PS: You'll notice my coding agent @maragubot as a contributor. Rest assured, I still review and merge all changes to gomponents manually.
What's Changed
spellcheckattribute by @maragubot in Add thespellcheckattribute #283x/slicespackage withMap,Filter, andReduceby @maragubot in Addx/slicespackage withMap,Filter, andReduce#284JoinAttrsby @maragubot in Improve documentation forJoinAttrs#285components.HTML5Propsfields from[]g.Nodetog.Groupby @maragubot in Changecomponents.HTML5Propsfields from[]g.Nodetog.Group#290testing.B.Loopin Go 1.24+ by @Hendrikto in Fix benchmarks by usingtesting.B.Loopin Go 1.24+ #296JoinAttrsfor empty-valued, whitespace-only, and boolean attributes by @maragubot in FixJoinAttrsfor empty-valued, whitespace-only, and boolean attributes #303JoinAttrsby @maragubot in Add fuzz test forJoinAttrs#301New Contributors
spellcheckattribute #283Full Changelog: v1.2.0...v1.3.0
This discussion was created from the release v1.3.0 - the "fix a lot of stuff and make it faster" release.
Beta Was this translation helpful? Give feedback.
All reactions