Skip to content

Commit

Permalink
Merge fee1810 into f6cd5a1
Browse files Browse the repository at this point in the history
  • Loading branch information
markbao committed Jan 23, 2016
2 parents f6cd5a1 + fee1810 commit afced21
Show file tree
Hide file tree
Showing 21 changed files with 2,090 additions and 954 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
node_modules/*
# npm
node_modules
npm-debug.log

# Mac OS X
.DS_Store
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: node_js
node_js:
- "0.10"
- "5.3"
- "5.0"
- "4.1"
- "4.0"
- "0.12"
- "iojs"
after_script: 'istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage'
32 changes: 9 additions & 23 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,16 @@
Speakeasy
1.0.2 / 2015-07-13
==================

Version History
* [Fixed] Don't repeat the secret key generating the digest.

1.0.3
=====

Convenience release. Sabaidee from Luang Prabang, Laos.
1.0.1 / 2015-07-13
==================

- Add vows to devDependencies and support `npm test` in package.json. Thanks, freewill!
* [Fixed] Ignore case on algorithm option.

1.0.2
=====

Bugfix release.
1.0.0 / 2015-07-12
==================

- Remove global leaks. Thanks for the fix, mashihua.

1.0.1
=====

Bugfix release. Ciao from Florence, Italy.

- Fixes issue where Google Chart API was being called at a deprecated URL. Thanks for the fix, sakkaku.
- Fixes issue where `generate_key`'s `symbols` option was not working, and was also causing pollution with global var. Thanks for reporting the bug, ARAtlas.

1.0.0
=====

Initial release.
* Initial release based on speakeasy and notp.
4 changes: 3 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
The MIT License (MIT)

Copyright (c) 2012-2013 Mark Bao
Copyright (c) 2012-2016 Mark Bao <mark@markbao.com>
Copyright (c) 2015 Michael Phan-Ba <michael@mikepb.com>
Copyright (c) 2011 Guy Halford-Thompson <guy@cach.me>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
562 changes: 434 additions & 128 deletions README.md

Large diffs are not rendered by default.

186 changes: 0 additions & 186 deletions docs/docco.css

This file was deleted.

Loading

0 comments on commit afced21

Please sign in to comment.