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