alexjg
cc3757f9fd
Revert "Remove async automerge-wasm wrapper"
...
This reverts commit a9e23308ce
.
2022-10-04 17:25:10 +01:00
alexjg
824fa0a99a
Revert "Rename automerge-js to automerge"
...
This reverts commit 8557ce0b69
.
2022-10-04 17:25:10 +01:00
alexjg
de25e671aa
Revert "Generate index.d.ts from source"
...
This reverts commit 16f2272b5b
.
2022-10-04 17:25:10 +01:00
Alex Good
16f2272b5b
Generate index.d.ts from source
...
The JS package is now written in typescript so we don't need to manually
maintain an index.d.ts file. Generate the index.d.ts file from source
and ship it with the JS package.
2022-10-04 17:23:37 +01:00
Alex Good
8557ce0b69
Rename automerge-js to automerge
...
Now that automerge-js is ready to go we rename it to `automerge-js` and
set the version to `2.0.0-alpha.1`
2022-10-04 17:23:37 +01:00
Alex Good
a9e23308ce
Remove async automerge-wasm wrapper
...
By moving to wasm-bindgens `bundler` target rather than using the `web`
target we remove the need for an async initialization step on the
automerge-wasm package. This means that the automerge-js package can now
depend directly on automerge-wasm and perform initialization itself,
thus making automerge-js a drop in replacement for the `automerge` JS
package (hopefully).
We bump the versions of automerge-wasm
2022-10-04 17:23:37 +01:00
Orion Henry
e6cd366aa0
automerge-js 0.1.12
2022-08-24 19:12:47 -05:00
Orion Henry
363ad7d59a
automerge-js ts fixes
2022-08-23 11:12:22 -05:00
Orion Henry
d28767e689
automerge-js v0.1.10
2022-08-22 15:13:08 -05:00
Orion Henry
88f8976d0a
automerge-js 0.1.9
2022-08-22 14:58:13 -05:00
Orion Henry
d1a926bcbe
fix ownKeys bug in automerge-js
2022-08-11 18:49:42 -05:00
Orion Henry
1a955e1f0d
fix some typescript errors - depricate default export of the wasm package
2022-08-11 18:24:21 -05:00
Orion Henry
d5ca0947c0
minor update on js wrapper
2022-06-21 13:40:15 -04:00
Orion Henry
f5e9e3537d
v0.1.4
2022-06-16 17:50:46 -04:00
Orion Henry
44b6709a60
add getBackend to automerge-js
2022-06-16 17:49:32 -04:00
Orion Henry
27dfa4ca27
missed some bugs related to the wasm api change
2022-06-01 16:31:18 -04:00
Orion Henry
8ce10dab69
some api changes/tweaks - basic js package
2022-05-31 13:49:18 -04:00
Orion Henry
210c6d2045
move types to their own package
2022-05-27 10:23:51 -07:00
Orion Henry
3a44ccd52d
clean up lint, simplify package, hand write an index.d.ts
2022-05-23 19:04:31 +02:00
Orion Henry
bd35361354
fixed typescript errors, pull wasm dep (mostly) out
2022-05-22 13:53:11 -04:00
Orion Henry
1cf8f80ba4
pull wasm out of deps
2022-05-22 13:53:11 -04:00
Orion Henry
226bbeb023
tslint to eslint
2022-05-22 13:53:11 -04:00
Orion Henry
1eec70f116
example webpack for js
2022-05-22 13:53:11 -04:00
Orion Henry
4f898b67b3
able to build npm package
2022-05-22 13:53:11 -04:00
Orion Henry
551f6e1343
convert automerge-js to typescript
2022-05-22 13:53:11 -04:00
Orion Henry
4edb034a64
adding readme tests
2022-04-04 12:50:08 -04:00
Alex Good
de5332af05
Run the js_test in CI
...
We add a script for running the js tests in `scripts/ci/js_tests`. This
script can also be run locally. We move the `automerge-js` package to
below the `automerge-wasm` crate as it is specifically testing the wasm
interface. We also add an action to the github actions workflow for CI
to run the js tests.
2021-12-30 17:30:38 -05:00
Orion Henry
9d0caab6b6
import the uuid tests
2021-12-22 15:36:57 -05:00
Orion Henry
26ccaf63cc
readme and new tests
2021-12-15 19:07:39 -05:00
Orion Henry
cde3ac95f1
more tests
2021-11-12 12:39:18 -05:00
Orion Henry
1d6733d94a
toJS subobjects
2021-09-29 13:08:28 -04:00
Orion Henry
32d3880006
simple test working
2021-09-03 16:51:36 -04:00
Orion Henry
8c93be2b62
init
2021-08-30 14:09:14 -04:00