8000 Tags · taustgen-wework/yaml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: taustgen-wework/yaml

Tags

v3.0.1

Toggle v3.0.1's commit message
undent

v0.0.1

Toggle v0.0.1's commit message
undent

v3.0.1-beta

Toggle v3.0.1-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from taustgen/tyler-feats/sequential-parsing

Maintain comments and field order.

v0.0.1-charlie

Toggle v0.0.1-charlie's commit message
Revert "update package name"

This reverts commit f9938b4.

v0.0.1-beta-5

Toggle v0.0.1-beta-5's commit message
update struct meta type

v0.0.1-beta-4

Toggle v0.0.1-beta-4's commit message
update struct type check

v0.0.1-beta-2

Toggle v0.0.1-beta-2's commit message
revert package name

v0.0.1-beta

Toggle v0.0.1-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from taustgen/tyler-feats/sequential-parsing

Maintain comments and field order.

v2.4.0

Toggle v2.4.0's commit message
Revert v2 line length change as discussed in go-yaml#670

It was clearly a mistake to accept the default formatting change in v2,
and now there's no ideal choice. Either we revert the change and break
some projects twice, or we keep the change and break some projects once.
Given the report comes from Kubernetes, which has a relevant community
and code size, we'll revert it. At the same time, to simplify the life
of those that already started migrating towards the v3 behavior, a new
FutureLineWrap function is being introduced to trivially preserve the
new behavior where desired.

The v3 branch is not affected by this, and will retain the default
non-wrapping behavior. It will also be changed soon to support per
arbitrary line-wrapping for individual encoding operations.

Thanks to everyone who offered code and ideas, and apologies for
the trouble.

v0.0.1-delta

Toggle v0.0.1-delta's commit message
Revert v2 line length change as discussed in go-yaml#670

It was clearly a mistake to accept the default formatting change in v2,
and now there's no ideal choice. Either we revert the change and break
some projects twice, or we keep the change and break some projects once.
Given the report comes from Kubernetes, which has a relevant community
and code size, we'll revert it. At the same time, to simplify the life
of those that already started migrating towards the v3 behavior, a new
FutureLineWrap function is being introduced to trivially preserve the
new behavior where desired.

The v3 branch is not affected by this, and will retain the default
non-wrapping behavior. It will also be changed soon to support per
arbitrary line-wrapping for individual encoding operations.

Thanks to everyone who offered code and ideas, and apologies for
the trouble.
0