Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement require extension #16

Merged
merged 2 commits into from
Aug 31, 2012
Merged

Implement require extension #16

merged 2 commits into from
Aug 31, 2012

Conversation

linus
Copy link
Contributor

@linus linus commented Aug 21, 2012

This suggestion makes it even easier, IMHO, to use CSON. With a require extension, a user with a config.cson file can simply

require 'cson'
config = require './config'

Analogous to how node already makes it possible to read a config.json file with require('./config');.

balupton added a commit that referenced this pull request Aug 31, 2012
Implement require extension
@balupton balupton merged commit fa0b0ff into bevry:master Aug 31, 2012
balupton added a commit that referenced this pull request Aug 31, 2012
balupton added a commit that referenced this pull request Aug 31, 2012
- v1.2.4 September 1, 2012
	- You can now use `require` to require CSON files
		- Thanks to [Linus G Thiel](https://github.com/linus) for [pull
request #16](#16)
	- Drops node v0.4 support, min supported version now v0.6
@balupton
Copy link
Member

Released to v1.3.0. Thanks so much! This is so awesome!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants