Changelog¶
Next¶
2026.03.30¶
Added
default_ordered_map_value_typeparameter to Go for configuring the element type in ordered map literals.Added
supports_default_ordered_map_value_typeandsupports_default_ordered_map_key_typeclass attributes toLanguageCls.
2026.03.29¶
2026.03.26.2¶
2026.03.26.1¶
Renamed
VariableTypeHints.NONEtoAUTOandVariableTypeHints.INLINEtoALWAYS.
2026.03.26¶
2026.03.25¶
2026.03.23¶
2026.03.22.1¶
2026.03.22¶
2026.03.21¶
Removed
LanguageSpecdataclass. Use theLanguageprotocol directly to define custom languages.
2026.03.20.3¶
2026.03.20.2¶
2026.03.20.1¶
2026.03.20¶
2026.03.19.1¶
2026.03.19¶
2026.03.18¶
Added
format_sequence_entryto theLanguageprotocol, mirroring the existingformat_set_entryfield. All built-in languages use the newpassthrough_sequence_entryformatter.