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
Dimitri De Jonghe
908abafbe2
Merge pull request #11 from bigchaindb/feature/instructions
...
Streamline readme & onboarding
2017-06-07 22:02:24 +02:00
d983a254cd
JavaScript/Node.js/browser
2017-06-07 17:08:42 +02:00
708c16f785
more typo fixes
2017-06-07 15:49:44 +02:00
5d76fb2b1b
readme fixes
2017-06-07 00:17:05 +02:00
a0e253c46c
add Greenkeeper badge
2017-06-07 00:15:10 +02:00
d2707c4db8
license cleanup
2017-06-06 16:35:54 +02:00
b4af8f4f08
semi-auto npm releases
2017-06-06 16:32:43 +02:00
4b1e4b327c
proper license shortcut
2017-06-06 16:30:23 +02:00
f1f9281863
cleanup all the readme things
...
* remove `js-` from package name
* proper title & description
* streamline installation & usage
* formatting: remove some weird line breaks
* lots of typo corrections
* repo banner
2017-06-06 16:29:28 +02:00
1106f53328
remove changelog file
2017-06-06 16:26:29 +02:00
3e0f18062d
make license work with GitHub's license detection
2017-06-06 16:25:38 +02:00
b8007b4883
proper json syntax
2017-06-06 16:23:57 +02:00
deb7664068
ignore lock files
2017-06-06 16:23:43 +02:00