1. 66249a6 Add FlagValue interface to support other flag systems. by David Calavera · 9 years ago
  2. 105e3d0 Add Sub() for Viper, which returns a branch of a Viper instance. by Lei Feng · 9 years ago
  3. 79971f1 add HCL support to the README file by patdhlk · 9 years ago
  4. 8e6f242 add test structure for hcl by patdhlk · 9 years ago
  5. 60e1b5f changed the test hcl config by patdhlk · 9 years ago
  6. 606a4f3 add support for hcl by patdhlk · 9 years ago
  7. 5c53af5 README: describe interworking with flag package by Sanjay Bhandari · 9 years ago
  8. 823bc13 Document the use of struct tags to map the dissimilar fields. by Abhinandan · 9 years ago
  9. 87d443c Fix tab issue. by HuKeping · 9 years ago
  10. 90b31f6 Merge pull request #138 from derekparker/fix-typo by Steve Francia · 9 years ago
  11. e3bc06f Refactored IsSet to examine keys by akutz · 9 years ago
  12. ce08532 Correct "etcd" naming by Jonathan Boulle · 9 years ago
  13. cc3dd55 readme: Fix typo by Derek Parker · 9 years ago
  14. c25387f AllKeys() now includes bound flag and env var keys by akutz · 10 years ago
  15. e37b56e Add dynamic reading of config file support by spf13 · 10 years ago
  16. c374c6d Flag Binding Refactor by akutz · 10 years ago
  17. a7ef020 Clarify CWD search. Fixes #32 by Vlad Didenko · 10 years ago
  18. 87b94ba Fixed #115: Added code in the find method to search for nested configuration parameters by James Sweet · 10 years ago
  19. 6a66531 use docker based travis-ci by spf13 · 10 years ago
  20. 3041a43 Noticed a couple ot typos by James Mintram · 10 years ago
  21. 493be7d Fix import syntax in README.md. by David Symonds · 10 years ago
  22. d2f75b4 Add logo to readme by Steve Francia · 10 years ago
  23. 1967d93 Fixed #36: Changed Marshal to Unmarshal throughout. by Matt Surabian · 10 years ago
  24. 0a4a93b [110] Default Values Specify Type by akutz · 10 years ago
  25. 3c0ff86 running tests again by jackspirou · 10 years ago
  26. 09ba0a6 fixing second slice type needed by jackspirou · 10 years ago
  27. d028fd6 changing import statements back by jackspirou · 10 years ago
  28. cc1c9a8 typo: slice type needed by jackspirou · 10 years ago
  29. 0a12778 using my own version of github.com/spf13/cast for now by jackspirou · 10 years ago
  30. b9316c3 adding GetStringMapStringSlice method by jackspirou · 10 years ago
  31. 9fca101 Fixed #73 by Vlad Didenko · 10 years ago
  32. fa13732 Fixed #68 by Vlad Didenko · 10 years ago
  33. 2abb1be Readme fixes and small edits by jackspirou · 10 years ago
  34. f14e1ba Fixes #83 by Vlad Didenko · 10 years ago
  35. 1e6a237 Syntax highlighting by Maxime Horcholle · 10 years ago
  36. db7ff93 AddSecureRemoteProvider adds the secret keyring to the default provider struct by Kiril Zvezdarov · 10 years ago
  37. 8e930a9 Revert "The AddSecureRemoteProvider function didn't add secretKeyring to the remoteProvider struct." by Kiril Zvezdarov · 10 years ago
  38. ca00a9b The AddSecureRemoteProvider function didn't add secretKeyring to the remoteProvider struct. by chalupaul · 10 years ago
  39. 12f7ec6 Fixes #87 by Vlad Didenko · 10 years ago
  40. 28ada1e Nested keys properly recurse on map[interface{}]interface{} by Dotan Nahum · 10 years ago
  41. be5ff3e Make the remote features optional by bep · 10 years ago
  42. d62d4bb Merge pull request #72 from kzvezdarov/cwd-fix by Bjørn Erik Pedersen · 10 years ago
  43. 79ee5ad Removed CWD from default search path by Kiril Zvezdarov · 10 years ago
  44. 0d75ece update README.md by oliveagle · 10 years ago
  45. f3482af replace bytes.Buffer with io.Reader by oliveagle · 10 years ago
  46. 2a7f7f4 add README.md, and fix strings.ToLower(configType) by oliveagle · 10 years ago
  47. 4aa8f94 clean a little: added watch and ReadBufConf by oliveagle · 10 years ago
  48. 3492885 ReadBufConfig by oliveagle · 10 years ago
  49. be782f3 Revert "Recursively insensitivize the configuration structures" by bep · 10 years ago
  50. 2e47d9e Added doc entry on nested key access by Kiril Zvezdarov · 10 years ago
  51. 8d9577a Recursively insensitivize the configuration structures by Kiril Zvezdarov · 10 years ago
  52. 47b5435 Added test coverage for searching for deeply nested values by Kiril Zvezdarov · 10 years ago
  53. b22fa2b Reordered the debug dump of configs to print them in order of precedence by Kiril Zvezdarov · 10 years ago
  54. c174e24 Added accessing deep keys by recursive hierarchical search by Kiril Zvezdarov · 10 years ago
  55. 2578450 Merge pull request #64 from gitter-badger/gitter-badge by Steve Francia · 10 years ago
  56. 2763b90 Added Gitter badge by The Gitter Badger · 10 years ago
  57. 54e585a Clean config register before reading in from file in order to avoid stale values by Kiril Zvezdarov · 10 years ago
  58. ba3382d 59 - add properties file support to viper by Wayne Walker · 10 years ago
  59. 39ab3ca Noted that ReadInConfig returns errors that can be handled by Kiril Zvezdarov · 10 years ago
  60. 40762f7 Current working directory is added to the config search paths by default by Kiril Zvezdarov · 10 years ago
  61. c861bde Set default values when binding the whole flagset by Kiril Zvezdarov · 10 years ago
  62. 19ed496 Added the pflags register to the debug output by Kiril Zvezdarov · 10 years ago
  63. 24dd877 Added BindPFlags function which binds all flags in a given flag set to the pflags register by Kiril Zvezdarov · 10 years ago
  64. 9a0a669 Added docstrings to all exported functions by Kiril Zvezdarov · 10 years ago
  65. ac722f3 Change small syntax error in Env Example by Eran Chetz · 10 years ago
  66. 2e2f3b2 Marshal now gets the map via the AllSettings method by Kiril Zvezdarov · 10 years ago
  67. 700eefa Exported the Viper type in order to better support multiple Vipers by Kiril Zvezdarov · 10 years ago
  68. e133904 Add GetSizeInBytes. by Daniel Eloff · 10 years ago
  69. 5b0b926 :%s/insensativiseMap/insensitiviseMap/g by Anthony Fok · 10 years ago
  70. 8b99f53 Avoid searching for config file in executable's path by Anthony Fok · 10 years ago
  71. 0c5f3e2 Minor revisions to README.md by Anthony Fok · 10 years ago
  72. 1258332 Fix whitespace by Chance Zibolski · 10 years ago
  73. 03fb74b Support rewriting env keys by Chance Zibolski · 10 years ago
  74. ededa04 Add viper.GetDuration by Chance Zibolski · 10 years ago
  75. 9073483 Move viper.Reset() back to the public interface by Ross Cooperman · 10 years ago
  76. 6c5a915 adding more env tests by spf13 · 10 years ago
  77. 82cbb7d Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2 by Anthony Fok · 10 years ago
  78. d8f2aa7 More intelligent AutomaticEnv behavior and updated documentation. by spf13 · 10 years ago
  79. 54fed16 Adding docs for SetEnvPrefix and cleaning up docs. by spf13 · 10 years ago
  80. 1022d75 Adding Support for Environment variable prefixes by spf13 · 10 years ago
  81. 2909239 Change from Get(key) to v.Get(key) in GetXXX(key string) and MarshalKey(key string, rawVal interface{}) functions. by kgv · 10 years ago
  82. cacbc4c Rewriting the documentation by spf13 · 10 years ago
  83. 91b076e MarshallReader -> marshalReader by spf13 · 10 years ago
  84. 18a87c0 Adding documentation inline. Moving Reset() to viper_test.go by spf13 · 10 years ago
  85. 29f1858 Viper now supports multiple vipers. No API changes. by spf13 · 10 years ago
  86. 90193e5 Add travis ci support by Andrew Cohen · 10 years ago
  87. 5aa1437 Fix missed path->filepath renaming by Andrew Cohen · 10 years ago
  88. 64816e4 Merge pull request #21 from cudevmaxwell/typo by Steve Francia · 10 years ago
  89. 4dcc7d4 Merge pull request #20 from mohae/fix-windows-path by Steve Francia · 10 years ago
  90. 6c340f2 Fixed typo by Kevin Bowrin · 11 years ago
  91. 22f85e2 update to consistently use filepath instead of path and add looking in os.Getwd() for the config file to fix finding the config file in Windows issue by Joel Scoble · 11 years ago
  92. 7714427 Merge pull request #18 from stp-ip/patch-1 by Steve Francia · 11 years ago
  93. bddcf7e Fix typo by Michael Grosser · 11 years ago
  94. 22d0391 Merge pull request #17 from bketelsen/etcd-consul-crypt by Steve Francia · 11 years ago
  95. 0562ef4 merge upstream/master by Brian Ketelsen · 11 years ago
  96. e55c96e document consul support, not requirement to set config type for remote KV stores by Brian Ketelsen · 11 years ago
  97. 563f4d4 add support for consul by Brian Ketelsen · 11 years ago
  98. 51da30f Added basic documentation, pointers to crypt repository, and tests for precedence by Brian Ketelsen · 11 years ago
  99. 779adc0 Merge pull request #13 from chrishamant/master by Steve Francia · 11 years ago
  100. 5e1d5e7 removing some debugging printlns by Brian Ketelsen · 11 years ago