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

Reimplemented using Typescript #5

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
68e1742
build: use yarn
vsimko Oct 19, 2018
76aa5c6
test: add blazegraph docker image for testing
vsimko Oct 19, 2018
afccd28
dev: add scripts to control the testing docker container
vsimko Oct 19, 2018
e65e80b
dev: support for unit testing using jest
vsimko Oct 19, 2018
985f551
fix: use `axios` instead of `request`
vsimko Oct 19, 2018
4972a6a
feat: new SPARQL Template literal
vsimko Oct 19, 2018
e47b414
feat: new sparql updater module writtein in FP-style
vsimko Oct 19, 2018
9ff48e8
chore: remove deprecated sparqlUpdate QueryFactory
vsimko Oct 19, 2018
bf4f657
fix: convert validation functions to lambdas
vsimko Oct 19, 2018
f8090f1
feat: new API in functional programming style
vsimko Oct 19, 2018
c2cf766
test: test of the new FP-style API
vsimko Oct 19, 2018
adaa57f
doc: update README with examples
vsimko Oct 19, 2018
ca90403
doc: update changelog
vsimko Oct 19, 2018
01d8522
chore: use mocha for testing and eslint with double quotes rule
vsimko Dec 6, 2018
4c854c8
fix: I used ts-check in vscode IDE to find some bugs
vsimko Dec 6, 2018
71846d8
chore(release): 1.0.0
vsimko Dec 7, 2018
89a894a
chore(release): 1.0.0
vsimko Dec 7, 2018
52257ec
feat: redesigned the API, added type annotations for easier developme…
vsimko Dec 8, 2018
ee349f6
chore(release): 2.0.0
vsimko Dec 8, 2018
d05c60a
fix: deleteQuads repsponse
vsimko Dec 8, 2018
5f56a89
docs: udpate README.md
vsimko Dec 8, 2018
2a25873
chore(release): 2.0.1
vsimko Dec 8, 2018
4350744
chore(release): 2.0.2
vsimko Dec 9, 2018
341df64
fix: type TemplateStringsArray instead of string[]
vsimko Dec 9, 2018
cc254c4
chore(release): 2.0.3
vsimko Dec 9, 2018
3a55b31
fixed security dependecy for axios
Jun 4, 2019
ce9fc56
chore: update deps and fix some ts-check errors
vsimko Nov 20, 2019
6284e8d
chore(release): 2.0.5
vsimko Nov 20, 2019
10ed4fd
Update package dependencies
ipa-bak May 6, 2021
e720b73
add .idea folder to gitignore
vsimko Dec 27, 2021
77d906a
upgraded docker container used for testing
vsimko Dec 27, 2021
a930db7
major rewrite using typescript
vsimko Dec 27, 2021
168936b
update tsconfig.json
vsimko Dec 27, 2021
1bb516e
add generated js files to git
vsimko Dec 27, 2021
6d7d64c
generate dist with comments
vsimko Dec 27, 2021
48ada0f
bump version
vsimko Dec 27, 2021
4e819aa
chore(release): 3.0.3
vsimko Dec 27, 2021
592b357
split tsconfig.json for dev and build
vsimko Dec 27, 2021
6ca9bcb
chore(release): 3.0.4
vsimko Dec 27, 2021
5578aa4
chore(release): 3.0.5
vsimko Dec 27, 2021
8c21b6a
added immer as a dependency
vsimko Dec 28, 2021
c43c023
refactor: remove "compose" from SPARQL function
vsimko Dec 28, 2021
4c5fd16
refactor: split zod types into multiple files
vsimko Dec 28, 2021
b80b9b5
chore(release): 3.0.6
vsimko Dec 28, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(release): 2.0.2
  • Loading branch information
vsimko committed Dec 9, 2018
commit 43507441a2459bac9f9ba6567c49614802283b75
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.0.2"></a>
## [2.0.2](https://github.com/nelson-ai/blazegraph-js/compare/v2.0.1...v2.0.2) (2018-12-09)



<a name="2.0.1"></a>
## [2.0.1](https://github.com/nelson-ai/blazegraph-js/compare/v2.0.0...v2.0.1) (2018-12-08)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blazegraph",
"version": "2.0.1",
"version": "2.0.2",
"description": "Blazegraph JavaScript API",
"license": "MIT",
"author": "David Hérault <dherault@nelson.ai> (https://github.com/dherault)",
Expand Down