libscott
839361c1c7
Merge pull request #37 from bigchaindb/non-executable-license
...
remove +x flag on LICENSE
2017-06-19 03:16:44 -07:00
Scott Sadler
dad655a721
remove +x flag on LICENSE
2017-06-19 11:53:22 +02:00
vrde
ce0bef1538
Merge branch 'ready-to-roll'
2017-06-16 15:11:33 +02:00
vrde
cdddef3d96
Remove Travis
2017-06-16 14:58:06 +02:00
vrde
32efda71c1
Simplify README.md
2017-06-16 14:21:52 +02:00
vrde
0200ffb2fb
Diversify node and browser builds
2017-06-16 14:21:33 +02:00
vrde
a5efa38121
Add few tests
2017-06-16 11:22:23 +02:00
vrde
5e2c3c90cd
Merge remote-tracking branch 'origin/feature/tests'
2017-06-16 11:12:56 +02:00
0dc40a71fd
Release 1.0.2
2017-06-14 18:49:38 +02:00
6ccc9848c5
Merge pull request #27 from bigchaindb/feature/readmeupdates
...
Code example updates
2017-06-14 18:48:28 +02:00
89f65ec656
Merge pull request #26 from bigchaindb/entry-point-v2
...
Switch entry point to bundled Node.js
2017-06-14 18:48:09 +02:00
1916e3f85d
a semicolon, kill it, kill it with fire
2017-06-14 18:06:06 +02:00
e35d8aae3c
mention IPDB
2017-06-14 18:05:52 +02:00
4352e43aed
Switch entry point to bundled Node.js
...
Closes #23
2017-06-14 16:35:21 +02:00
e40e332b0f
fix example
2017-06-14 15:15:54 +02:00
c5f14f4df8
Release 1.0.1
2017-06-13 21:33:05 +02:00
7e79dc8e48
readme updates
...
* move note about bundled versions above code example
* merge code example and transaction flow explanation
* new section for more examples
* new BigchainDB documentation section with most important links
* document new npm release behavior introduced in
c351f874cc
* multi-level TOC
2017-06-13 21:30:23 +02:00
5dce11f93b
Release 1.0.1-beta.1
2017-06-13 20:23:34 +02:00
c351f874cc
npm package fixes
...
* generate dist output before publishing to npm
* empty .npmignore to make sure gitignored `dist/` is included in
published npm package
* switch back entry point (reverts
6a32fa4cdc
)
2017-06-13 20:19:02 +02:00
e525ebb105
Release 1.0.1-beta.0
2017-06-13 17:52:20 +02:00
265399b11c
fix first build after package installation
2017-06-13 17:48:20 +02:00
61b5cc8c90
instruction updates
2017-06-13 16:53:11 +02:00
bbb01923ff
Release 1.0.0
2017-06-13 16:37:35 +02:00
501e2fd8cf
Merge pull request #22 from bigchaindb/fix/node-gyp
...
Fix ed25519/node-gyp builds on Travis
2017-06-13 16:20:03 +02:00
057c191e3e
fix node-gyp builds on Travis
2017-06-13 15:33:52 +02:00
0b0ea0a97e
Merge pull request #21 from bigchaindb/fix/linting
...
Lint all the things
2017-06-13 15:20:26 +02:00
1ee24e6ac7
run linting before every commit
2017-06-13 14:14:46 +02:00
d4dd574aef
Merge pull request #20 from bigchaindb/fix/18
...
modify entry point
2017-06-13 14:01:41 +02:00
c8902046b8
disable that one no-confusing-arrow snippet
2017-06-13 13:59:02 +02:00
955a5af4fd
linting fix
2017-06-13 12:01:29 +02:00
fd15b0821c
use required parameter names, disable camelcase rule for them
2017-06-13 11:53:25 +02:00
b12b845306
run linting on Travis
2017-06-12 17:28:55 +02:00
9822967a7f
more linting
2017-06-12 17:19:09 +02:00
90cfaf1103
lint all the things
2017-06-12 16:57:29 +02:00
037560ebcc
Merge pull request #19 from bigchaindb/feature/lockfiles
...
Ignore lock files
2017-06-12 16:49:06 +02:00
6a32fa4cdc
modify entry point
2017-06-12 16:06:47 +02:00
817933d8de
ignores cleanup
2017-06-12 15:54:36 +02:00
2fab56b182
ignore yarn/npm lock files
2017-06-12 15:52:16 +02:00
7e8b062698
Merge pull request #7 from bigchaindb/text-search-support
...
Text search support
2017-06-12 15:15:29 +02:00
f23e0ae68e
Merge pull request #10 from bigchaindb/remove-credentials-from-headers
...
Do not include credentials in XHR
2017-06-12 15:07:42 +02:00
Tim Daubenschütz
65c4c43f23
Add text search support
2017-06-12 14:38:07 +02:00
361c21ba1c
Merge pull request #8 from bigchaindb/create-key-from-seed
...
Create key from seed
2017-06-12 14:05:09 +02:00
vrde
7c4d66bbb7
Do not include credentials in XHR
...
BigchainDB API doesn't use cookies, we can remove credentials from the
headers. It also create problems for CORS, since the server must
implement this.
2017-06-12 14:01:09 +02:00
vrde
8a86f954f9
Change Ed25519 constructor
2017-06-12 13:57:49 +02:00
2ad44e1744
Merge pull request #15 from bigchaindb/feature/2
...
Remove dist output
2017-06-12 11:28:26 +02:00
0aafb72de3
Merge pull request #14 from bigchaindb/greenkeeper/initial
...
Update dependencies to enable Greenkeeper 🌴
2017-06-12 11:26:44 +02:00
5e24097dbf
setup ava for running tests
2017-06-08 14:09:23 +02:00
47c10ecc0f
remove dist output, generate after install instead
...
* run build on postinstall step
* gitignore dist directory
* add dist output explanation to main readme
* closes #2
2017-06-08 12:21:31 +02:00
50924e6a13
keep five-bells-condition locked to 3.3.1
2017-06-08 11:53:41 +02:00
greenkeeper[bot]
5e053f3e8d
chore(package): update dependencies
2017-06-08 09:31:07 +00:00