-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e331a4
commit df82b64
Showing
4 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
0.1.0 / 2013-08-14 | ||
================== | ||
|
||
* readme: document all methods | ||
* readme: add badges | ||
* library: [test] ensure test runs | ||
* travis: change script to run coveralls reportwq | ||
* tests: add tests | ||
* lib: add type detect lib | ||
* pkg: prepare for coverage based tests | ||
* "Initial commit" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -172,7 +172,7 @@ assert(lib.test('yes', 'bln')); | |
|
||
(The MIT License) | ||
|
||
Copyright (c) 2012 Jake Luer <[email protected]> (http://alogicalparadox.com) | ||
Copyright (c) 2013 Jake Luer <[email protected]> (http://alogicalparadox.com) | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "type-detect" | ||
, "version": "0.0.0" | ||
, "version": "0.1.0" | ||
, "description": "Improved typeof detection for node.js and the browser." | ||
, "author": "Jake Luer <[email protected]> (http://alogicalparadox.com)" | ||
, "license": "MIT" | ||
|