1. 5ed0fc3 Fix MergeInConfig error return by Kevin GEORGES · 8 years ago master
  2. 651d9d9 Document case-insensitivity for key taking methods by Albert Nigmatzianov · 8 years ago
  3. 80ab665 Copy and insensitivise maps in Set by Bjørn Erik Pedersen · 9 years ago
  4. 285f151 Fixed AllKeys() to include env values added with BindEnv() by Benoît Masson · 9 years ago
  5. 50515b7 Increase performance of nested keys search by Benoît Masson · 9 years ago
  6. 4420803 Allow errors to propagate from getConfigFile(). (#161) by Jonathan Anderson · 9 years ago
  7. c14ce6d Correct FlagValue interface examples in Readme (#254) by Nils Landt · 9 years ago
  8. 51f23d1 Restore performance for the simple case by Bjørn Erik Pedersen · 9 years ago
  9. 54b8153 Add BenchmarkGet by Bjørn Erik Pedersen · 9 years ago
  10. 21ea37b Fix space between Go projects and badges by Albert · 9 years ago
  11. b61deff Add GoDoc badge by Albert · 9 years ago
  12. ec4eb2f Nested maps (#195) by Benoît Masson · 9 years ago
  13. 670c42a Check for nil in viper.Sub by Cameron Moore · 9 years ago
  14. 382f87b Remove expensive TRACE logging by Bjørn Erik Pedersen · 9 years ago
  15. 438cc0d Add benchmark for GetBool by Bjørn Erik Pedersen · 9 years ago
  16. e26d6ae Support time.Duration in viper.Unmarshal (#205) by Yauhen Lazurkin · 9 years ago
  17. ed0a967 Fix retrieval of pflag stringSlice (#240) by Cameron Moore · 9 years ago
  18. a78f70b Small refactorings (#230) by Albert · 9 years ago
  19. 2f6a414 Prevent shadowning of keys when a nested key's value is nil. by Max Wolter · 9 years ago
  20. 1699063 Fix typo in README (#227) by Albert · 9 years ago
  21. 7fb2782 Handle TOML Library Licensing by Vladimir Vivien · 9 years ago
  22. fe9c8b5 Add Hugo CI Step to Validate Viper by Schley Andrew Kutz · 9 years ago
  23. 654fc7b Bump Travis to Go 1.7 by Bjørn Erik Pedersen · 9 years ago
  24. 346299e Add getter for global Viper by Bjørn Erik Pedersen · 9 years ago
  25. abafbf2 Revert "Handle TOML Library Licensing" by Bjørn Erik Pedersen · 9 years ago
  26. a59dccc Move the Afero fs to the Viper type by Bjørn Erik Pedersen · 9 years ago
  27. d0c2644 Add dot in BindPFlag comment by Albert · 9 years ago
  28. 4cf0bd2 Add support for Afero filesystems by Matthieu Grieger · 9 years ago
  29. 5619c0e Reset cache on config name change by Roland Schilter · 9 years ago
  30. 64dc6f6 Add GetInt64 by Chuanjian Wang · 9 years ago
  31. 6d2589c Update Readme with doit's new location by Bryan Liles · 9 years ago
  32. 7402856 Handle TOML Library Licensing by Schley Andrew Kutz · 9 years ago
  33. b53595f Bump Travis to Go 1.6.3 by Bjørn Erik Pedersen · 9 years ago
  34. c1ccc37 Test on both Linux and OSX by Bjørn Erik Pedersen · 9 years ago
  35. d8a428b Bump Travis to 1.6.2 by Bjørn Erik Pedersen · 9 years ago
  36. 960e69f Allow tip to fail on Travis by Bjørn Erik Pedersen · 9 years ago
  37. a0cdbdd Remove kr/pretty dependency by Bjørn Erik Pedersen · 9 years ago
  38. f904a17 Update Travis config to Go 1.4.3, 1.5.4 and 1.6.1 by Anthony Fok · 9 years ago
  39. 8e57fea Update import path of fsnotify by Anthony Fok · 9 years ago
  40. 45b73b7 Fix typo by Tony Narlock · 9 years ago
  41. c975dc1 implementing a weak decode wrapper called UnmarshalExact that errors on non existant fields in the destination struct by dsp · 9 years ago
  42. dd66c89 Populate readme with viper based apps by Steve Francia · 9 years ago
  43. e072d51 use aliases in all keys list to enable proper Unmarshaling by Marcin Stanisławski · 9 years ago
  44. 30ce444 Update README with info about supporting Java properties files by ryanwalls · 9 years ago
  45. a212099 Watch the entire config dir for changes by Bjørn Erik Pedersen · 9 years ago
  46. cc70319 Fix config watch by Bjørn Erik Pedersen · 9 years ago
  47. 0c82789 Handle the case Get() returns either map[interface{}]interface{} or map[string]interface{} by Lei Feng · 9 years ago
  48. 110492b Bugfix for Nested Key Casing by akutz · 10 years ago
  49. 991d18a Adds MergeConfig functionality by akutz · 9 years ago
  50. c8c6312 Add information about flag interfaces to the readme file. by David Calavera · 9 years ago
  51. 66249a6 Add FlagValue interface to support other flag systems. by David Calavera · 9 years ago
  52. 105e3d0 Add Sub() for Viper, which returns a branch of a Viper instance. by Lei Feng · 9 years ago
  53. 79971f1 add HCL support to the README file by patdhlk · 9 years ago
  54. 8e6f242 add test structure for hcl by patdhlk · 9 years ago
  55. 60e1b5f changed the test hcl config by patdhlk · 9 years ago
  56. 606a4f3 add support for hcl by patdhlk · 9 years ago
  57. 5c53af5 README: describe interworking with flag package by Sanjay Bhandari · 9 years ago
  58. 823bc13 Document the use of struct tags to map the dissimilar fields. by Abhinandan · 9 years ago
  59. 87d443c Fix tab issue. by HuKeping · 9 years ago
  60. 90b31f6 Merge pull request #138 from derekparker/fix-typo by Steve Francia · 9 years ago
  61. e3bc06f Refactored IsSet to examine keys by akutz · 9 years ago
  62. ce08532 Correct "etcd" naming by Jonathan Boulle · 9 years ago
  63. cc3dd55 readme: Fix typo by Derek Parker · 9 years ago
  64. c25387f AllKeys() now includes bound flag and env var keys by akutz · 9 years ago
  65. e37b56e Add dynamic reading of config file support by spf13 · 9 years ago
  66. c374c6d Flag Binding Refactor by akutz · 9 years ago
  67. a7ef020 Clarify CWD search. Fixes #32 by Vlad Didenko · 9 years ago
  68. 87b94ba Fixed #115: Added code in the find method to search for nested configuration parameters by James Sweet · 10 years ago
  69. 6a66531 use docker based travis-ci by spf13 · 9 years ago
  70. 3041a43 Noticed a couple ot typos by James Mintram · 10 years ago
  71. 493be7d Fix import syntax in README.md. by David Symonds · 10 years ago
  72. d2f75b4 Add logo to readme by Steve Francia · 9 years ago
  73. 1967d93 Fixed #36: Changed Marshal to Unmarshal throughout. by Matt Surabian · 10 years ago
  74. 0a4a93b [110] Default Values Specify Type by akutz · 10 years ago
  75. 3c0ff86 running tests again by jackspirou · 10 years ago
  76. 09ba0a6 fixing second slice type needed by jackspirou · 10 years ago
  77. d028fd6 changing import statements back by jackspirou · 10 years ago
  78. cc1c9a8 typo: slice type needed by jackspirou · 10 years ago
  79. 0a12778 using my own version of github.com/spf13/cast for now by jackspirou · 10 years ago
  80. b9316c3 adding GetStringMapStringSlice method by jackspirou · 10 years ago
  81. 9fca101 Fixed #73 by Vlad Didenko · 10 years ago
  82. fa13732 Fixed #68 by Vlad Didenko · 10 years ago
  83. 2abb1be Readme fixes and small edits by jackspirou · 10 years ago
  84. f14e1ba Fixes #83 by Vlad Didenko · 10 years ago
  85. 1e6a237 Syntax highlighting by Maxime Horcholle · 10 years ago
  86. db7ff93 AddSecureRemoteProvider adds the secret keyring to the default provider struct by Kiril Zvezdarov · 10 years ago
  87. 8e930a9 Revert "The AddSecureRemoteProvider function didn't add secretKeyring to the remoteProvider struct." by Kiril Zvezdarov · 10 years ago
  88. ca00a9b The AddSecureRemoteProvider function didn't add secretKeyring to the remoteProvider struct. by chalupaul · 10 years ago
  89. 12f7ec6 Fixes #87 by Vlad Didenko · 10 years ago
  90. 28ada1e Nested keys properly recurse on map[interface{}]interface{} by Dotan Nahum · 10 years ago
  91. be5ff3e Make the remote features optional by bep · 10 years ago
  92. d62d4bb Merge pull request #72 from kzvezdarov/cwd-fix by Bjørn Erik Pedersen · 10 years ago
  93. 79ee5ad Removed CWD from default search path by Kiril Zvezdarov · 10 years ago
  94. 0d75ece update README.md by oliveagle · 10 years ago
  95. f3482af replace bytes.Buffer with io.Reader by oliveagle · 10 years ago
  96. 2a7f7f4 add README.md, and fix strings.ToLower(configType) by oliveagle · 10 years ago
  97. 4aa8f94 clean a little: added watch and ReadBufConf by oliveagle · 10 years ago
  98. 3492885 ReadBufConfig by oliveagle · 10 years ago
  99. be782f3 Revert "Recursively insensitivize the configuration structures" by bep · 10 years ago
  100. 2e47d9e Added doc entry on nested key access by Kiril Zvezdarov · 10 years ago