8000 Tags · libgolang/props · GitHub
[go: up one dir, main page]

Skip to content

Tags: libgolang/props

Tags

v1.2.363

Toggle v1.2.363's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added support for property names with periods. (#3)

- Added support for property names with periods.
- properties with dashes `--my-prop` can now be
  retrieved with period separators `GetProp("my.prop")`
- Bumped minor version

v1.1.355

Toggle v1.1.355's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed argument bug (#2)

- Arguments with dashes in the middle where interpreted as flags

v1.1.350

Toggle v1.1.350's commit message
version

v1.1.348-b70fa61

Toggle v1.1.348-b70fa61's commit message
made log and props' make file the same

v1.1.346-b29bb6c

Toggle v1.1.346-b29bb6c's commit message
fixed accidental bug introduced in last commit

0