Commit Graph

97 Commits

Author SHA1 Message Date
John Lonergan
324085b12b Merge branch 'master' of https://github.com/Johnlon/config 2016-08-27 04:07:12 +01:00
John Lonergan
f687a8fea3 implemented "required include" along with code review comments from previous attempt at pull request 2016-08-27 03:58:44 +01:00
yaroot
f230a17426 add konfig (#417) 2016-08-15 12:28:28 +03:00
andreaTP
6fadb2af83 add SHocon 2016-08-10 14:28:43 +02:00
Havoc Pennington
596d6c9392 Merge pull request #394 from mig-foxbat/master
added HoconLint to Readme
2016-05-16 09:27:16 -04:00
Charles
b5ca383bad added HoconLint to Readme 2016-05-15 09:58:53 -07:00
Simeon H.K. Fitch
72b69111fe Added Simple Scala Config wrapper
Very thin Scala wrapper: https://github.com/ElderResearch/ssc
2016-05-14 18:25:06 -04:00
Carlos Rueda
d95727b4ab add link to tscfg java wrapper (yes, java)
tscfg is a command line tool (written in Scala) that takes a configuration specification parseable by Typesafe Config and generates all the Java boiler-plate to make the definitions available in type safe POJOs.

Current v0.1.4 is already pretty usable but can be improved in several ways.
2016-01-24 15:38:24 -08:00
Mario Pastorelli
390fd90d8e Add PureConfig library to the Scala wrappers 2015-08-30 15:05:12 +02:00
Chris Price
ac2f041118 (MAINT) Add puppet module and C++ links to readme 2015-08-14 13:21:07 +01:00
Havoc Pennington
38e34fdd82 Mention invalidateCaches in the README
Fixes #341
2015-07-30 11:30:56 -04:00
jason
e34433b7aa Add Guice integration link to README.md 2015-06-22 06:47:51 +09:30
Havoc Pennington
b0ae5cac20 Update news/readme for 1.3.0 2015-05-08 11:44:34 -04:00
Havoc Pennington
46b4f64f2a Add CONTRIBUTING.md with release instructions 2015-05-05 16:50:50 -04:00
Havoc Pennington
acca3b5c6d README: Discuss FAQ on how reference.conf gets resolved
Closes #306, relates to #167
2015-04-09 12:33:01 -04:00
Havoc Pennington
c26d977884 Add "use hasPathOrNull/getIsNull" to README
Make these a sixth option in the list of things to
consider if you're looking for the "getOptional" kind
of method.
2015-03-25 18:01:18 -04:00
Glen Ford
92a87dbc4f Add Beamly clojure wrapper to the README 2015-03-20 08:37:06 +00:00
Havoc Pennington
79fc367685 Update doctoc for README.md and add doctoc to HOCON.md 2015-03-07 16:41:02 -05:00
Havoc Pennington
269ce0cfce Release notes for 1.3.0-M1 2015-03-06 23:51:40 -05:00
Havoc Pennington
55bd472c24 Improve ConfigBeanFactory docs in README 2015-03-02 11:03:38 -05:00
Havoc Pennington
c1a7ce0333 Mention ConfigBeanFactory in the README 2015-03-02 11:02:11 -05:00
Havoc Pennington
4822a44911 Update Java version information in the README 2015-02-24 16:26:54 -05:00
Havoc Pennington
1f50c19b59 Formatting chat room link 2015-02-09 09:15:29 -05:00
Havoc Pennington
2edf846752 Add Gitter chat room 2015-02-09 09:14:27 -05:00
Havoc Pennington
e87093f0bf Merge pull request #242 from zhongl/master
Insert a new config scala wrapper to readme
2015-01-27 08:56:56 -05:00
Dale Wijnand
22890b6e9f Add TravisCI badge. 2015-01-27 09:20:19 +00:00
Lunfu Zhong
5bbebb783d Update README.md
Add new scala wrapper
2015-01-24 20:46:58 +08:00
Havoc Pennington
9e719711c3 Merge branch 'master' of https://github.com/Kornel/config into Kornel-master
Conflicts:
	README.md
2014-12-27 16:32:03 -05:00
Francois Dang Ngoc
5447501df0 updated README.md to add link to python port (pyhocon) 2014-12-07 22:52:32 -05:00
Havoc Pennington
5038949cff README: recommend hasPath rather than catching Missing 2014-10-13 05:49:46 -04:00
Havoc Pennington
5c83183853 README: link to maven central directory
Fixes #203, linking to super-old releases was just confusing.
2014-10-10 12:16:56 -04:00
Michel Daviot
42efcbce6c add badge + link to maven central 2014-10-06 11:09:16 +02:00
Havoc Pennington
82d6614d2f README: show how to do "inheritance" on one line 2014-10-03 08:55:01 -04:00
Kornel Kielczewski
c1d5c11887 Added sbt library dependencies to README.md
- Lots of people use sbt, why keep a maven sample and forget about sbt?
   :)
2014-09-16 09:55:51 +02:00
Ben Jackman
a444b4481d Update README.md 2014-06-27 11:13:46 -05:00
Havoc Pennington
6218174704 Settings pattern is not a way to get an optional setting 2014-05-03 09:59:42 -04:00
Havoc Pennington
2b4516ab62 Fix markdown syntax in README 2014-05-03 09:56:26 -04:00
Havoc Pennington
798230458e More README improvements 2014-05-03 09:51:57 -04:00
Havoc Pennington
7cae92d3ae Bump README to 1.2.1 2014-05-02 10:54:20 -04:00
Havoc Pennington
6c2889728e Move table of contents below overview 2014-05-02 09:02:53 -04:00
Havoc Pennington
6eefb61b5e Organize README and add doctoc table of contents 2014-05-02 09:00:25 -04:00
Havoc Pennington
48a9437513 Go on a bit longer about how to handle defaults in the README 2014-05-01 20:23:13 -04:00
Chris Price
3df982e7af Add link to ruby port in README 2014-03-16 18:33:34 -07:00
Havoc Pennington
2ff0e15cd4 1.2.0 in NEWS and README 2014-01-15 09:59:24 -05:00
Havoc Pennington
e6c7e6bd5b Some other README edits and updates 2014-01-10 19:39:48 -05:00
Havoc Pennington
bc7e0cfa29 give an example of env var substitution 2014-01-10 19:24:06 -05:00
Havoc Pennington
ebc1ca08fe Fix a couple of minor docs errors 2014-01-10 19:22:20 -05:00
Havoc Pennington
41f3de8261 Add a discussion of defaults to the README 2013-11-21 09:55:24 -05:00
Havoc Pennington
a8fdca3589 1.0.2 NEWS and README changes 2013-07-03 09:12:06 -04:00
Havoc Pennington
31b64a9327 back to -SNAPSHOT and put 1.0.1 in the README 2013-05-19 20:43:01 -04:00