Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yorkie-team/yorkie-js-sdk

Yorkie JavaScript SDK
https://github.com/yorkie-team/yorkie-js-sdk

Rename `Document.getKey().toIDString()` to `Document.getKey()` (#178)

37052363a36fe41b3fe8e5770cdf4d50fe89ce16 authored almost 4 years ago
Update CHANGELOG for v0.1.3 (#177)

38848cca76c58874008c934666b8b38d8e6ad05a authored almost 4 years ago
Organize test cases according to the purpose of each test case (#175)

6f1f12defcf5f835c4911373801aaf9ac965d4fa authored almost 4 years ago
Bump y18n from 4.0.0 to 4.0.1 (#174)

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://gith...

5c6aca48c5a7473558ba13fc88e77be870f3f61f authored almost 4 years ago
Add a github action for publishing reference documentation using GitHub Pages (#171)

195578d7a66f3c629ee941ea90d0a8d15641f2a3 authored almost 4 years ago
Rename updateSelection to select (#170)

Change the name to keep it consistent with Agent.

8b1f23694c8cd084dd4501ab7f2d6faac0c6ac40 authored almost 4 years ago
Treat undefined as null (#168)

ae03e195043fc63d406b9d230e50d3b6a978524a authored almost 4 years ago
Apply `require-jsdoc` (#160)

Co-authored-by: Youngteac Hong <[email protected]>
Co-authored-by: dc7303 <[email protected]>...

2ffbba3ca7ab6cb530751e6cd65f847c4031efb1 authored almost 4 years ago
Remove errors that occur when insPrev does not exist (#166)

f4d21684489c2c0ece95c0e2fcd5f624461ac053 authored almost 4 years ago
Fix typo (#165)

71dee6b16df8649f25ab0343383cfc4bdd5caac2 authored almost 4 years ago
Fix divergence that occurs between document and external editor (#164)

Skip creating changes for nodes that have already been removed.

4006e6c3c10692e65bbf555df99c4a0738164de1 authored almost 4 years ago
Pass paths to change events (#162)

Users can easily do post-processing like repaint in their application by using
the paths.

5540bfcbf27cd645c6c71bed96e99eefed37f0cf authored almost 4 years ago
Clean up element caches in root.ts

In order to provide element's path to events, we need to know the parents of
elements. Therefore...

0ebda872dd17729fd134c726a19c68fa7c76a83a authored almost 4 years ago
Add primitive tests (#159)

0a1e773270c209f1fe07b6d8bb925ff7b6a5a41d authored almost 4 years ago
Support for null values (#157)

6fb183d7bfe8a0a60be86fd7d6d0b7a9e8c08287 authored almost 4 years ago
Exchange the names of getRootObject and getRoot (#158)

Users edit the document by taking root variable as an argument in the
document.update. So it is...

1d42c66dd42a4dfb603e018d6b20341bfaccdd37 authored almost 4 years ago
Define event types strictly (#154)

ba08e862e0fba456af2a40e371cabcbfe1b1b5fb authored almost 4 years ago
Fix invalid states of SplayTree when deleting a node (#153)

3e659055b588f7c2b8d4da50865431ed32402cb8 authored almost 4 years ago
Fix updateSelection conflict between proxy and internal

4fcca4654586d37f1590a47c2c50d5254aa11fbf authored almost 4 years ago
Export TimeTicket

6abcac29208c9b2156258833e477ec4c3b0faa09 authored almost 4 years ago
Bump elliptic from 6.5.3 to 6.5.4 (#152)

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](ht...

3fa7285f031b35776c953498df2a17cef0ffa5d2 authored almost 4 years ago
Add ban-types for null (#151)

bd8b67b83bd2d2097c5e6b328bb4c7e15f28b11e authored almost 4 years ago
Fix incorrect handling of optional values (#150)

7c8a6232ca6fc206c373b8518d91db91fe46a8e8 authored almost 4 years ago
Fix error that occurred when deleting value using missing key or index (#149)

As with the JavaScript behavior, it has been fixed so that no script error
occurs when the user...

7370d2d38efd815edf4a3f981227cdba39ce9ed9 authored almost 4 years ago
Add type parameter to Document (#148)

0cb3ec338dd07ebcadf7f0d3e9798225c0cc2b17 authored almost 4 years ago
Handle Object.keys, Object.values and Object.entries (#146)

ed16ec3b89b03f2333c86412db0e95d74cbf07ce authored almost 4 years ago
Move back parameters that can be undefined (#144)

56504fe4a3cdd94b0d0446af78cbc096194a8746 authored almost 4 years ago
Cleanup typescript undefined (#142)

Co-authored-by: hackerwins <[email protected]>

cc8f752debd22726b790c038994a43dd411bd988 authored almost 4 years ago
Add additional description for protobuf (#138)

Co-authored-by: Youngteac Hong <[email protected]>

2637d228f5ae9b17993732bbfb2e325d9ea66aa2 authored almost 4 years ago
Improve the container type naming of JSONElement (#139)

Object and Array are keywords in TypeScript. So we use different
names to avoid collisions afte...

8b4795bc0705495d3552972cf8d1a26f6a1c66f6 authored almost 4 years ago
Update CHANGELOG for release 0.1.2 (#140)

Co-authored-by: Youngteac Hong <[email protected]>

42406e2a639c0ce430c0da399269f199510de4e0 authored almost 4 years ago
Move counter_test's path from `test/json` to `test/document/json` (#141)

fe6d14c3722997e353b4a0a2f4db4be1afd546b0 authored almost 4 years ago
Garbage collection for Text and RichText (#137)

1. Implement garbage collection for Text and RichText
2. Write test codes

Co-authored-by: Yo...

c3b5905c1c15adfa752c14d9067ad0fe7025181c authored almost 4 years ago
Change to CI build failure when lint warning occurs

0c8236e43a95537481e18b83224fb3a8de731abb authored almost 4 years ago
Update PULL_REQUEST_TEMPLATE.md

9c363bedf8c963fbd970e2e32b16aac9e5c73cbd authored almost 4 years ago
Fix a bug that attributes were lost when splitting RichText nodes (#136)

b16b71db3aa6336ad18c47b665afd98b04d8f007 authored almost 4 years ago
Reflect the docker directory

70c9ec581bec6cf2366648a1d27e211a4f78696f authored almost 4 years ago
Export ActorID

f126016c77db7471903cdc1910d253c4e204cc92 authored almost 4 years ago
Change required attributes among ClientOptions to option

f686f4392de95b8ad37ccf01dae102d36096fac4 authored almost 4 years ago
Replace the type of client_id to a byte array to reduce payload (#133)

Replace the type of client_id to correspond with the Agent.
For more details: https://github.co...

0c97825de080b9375838618aa2d2f6ef73b0cff3 authored about 4 years ago
Add object-shorthand, no-unreachable to ESLint (#129)

0bf9127d209f8d177e90c446d6b452def37d0d34 authored about 4 years ago
Bump socket.io from 2.3.0 to 2.4.1 (#127)

Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 2.4.1.
- [Release notes]...

3b8f658303a46923f2210d5a0df8655045a151cf authored about 4 years ago
Enable the tsdoc/syntax rule

For more details: https://tsdoc.org

272b6864c962693904a71a64fc9b15f9be3e552c authored about 4 years ago
Create common-issue.md

e5ef1983375bc21fac3c184cec1cf1ca92cd9503 authored about 4 years ago
Modify to build in Typescript strict mode (#126)

Co-authored-by: mojosoeun <[email protected]>

1526f4bdc16cb86e7cf3b441e12d4d4effd2abc4 authored about 4 years ago
Migrate default branch from master to main

44d1ef9cc249689928484f3aa9f55f594f2cf76c authored about 4 years ago
Add customizable metadata for peer awareness (#123)

Users seems to be more comfortable using Object literal than Map, so
change it. And change the ...

94584b1b1537cbd1a12f4cb13d9733f1297cd396 authored about 4 years ago
Change release date (#121)

ec78bdafd116d9ef3e949a7cc8b7b8e34800fff3 authored about 4 years ago
Add npm-publish action (#120)

Add an action to be automatically distributed to npm when creating a
release.

bd4246b7bc72d6a951023b2d33ad3c7553959847 authored about 4 years ago
Update PULL_REQUEST_TEMPLATE.md

7d8f051d70780018f4cfb3b614b07db6546ac28b authored about 4 years ago
Replace Coveralls to Codecov

Remove non-deterministic tests.

30bbef200807307a376f10f9b7f27a3b277a7352 authored about 4 years ago
Fix attach/detach test (#113)

Co-authored-by: Youngteac Hong <[email protected]>

e0b78cc63deb4ae3ac777f41d418d3186af9ea43 authored about 4 years ago
Migrate from CircleCI to GitHub Actions (#119)

We don't know which version of agent is running in yorkie.dev, so we
modify it to run agent dire...

e10ba9cbb8e3d63fa100881d025106f3c9ae8a8a authored about 4 years ago
Fix typo findFloorNodePerferToLeft to findFloorNodePreferToLeft (#116)

2604af0f4e4d0984fd11ec12404eabdbba2b2f24 authored about 4 years ago
Update version to 0.1.1 (#117)

301bd5dbfe2ebb43119ee9497efa562af6e04ef2 authored about 4 years ago
Bump ini from 1.3.5 to 1.3.8

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github...

ca86090e2a5bb94bf49195fe1872962a7edfde72 authored about 4 years ago
Bump highlight.js from 10.4.0 to 10.4.1

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.4.0 to 10.4.1.
- [Rele...

5da2863090552351a94f65a102c5a9487e47ca0c authored about 4 years ago
Introduce TypeDoc to generate reference documentation for JS SDK (#107)

Running `npm run build:docs` will create reference documentation in docs
folder. Distribution o...

932f6a0109365a1a5f40697ccddccf7c651a259f authored about 4 years ago
Remove non-deterministic random from test code

Since the test contains non-deterministic random, the test coverage
changes each time the test i...

131f68429d33746fbebba53aadbacdf466fddad1 authored about 4 years ago
Fix quill paragraph style errors (#104)

Co-authored-by: Youngteac Hong <[email protected]>

0ff95372a512a67c972d22a20b5122a3443d9e58 authored about 4 years ago
Update libs to fix security vulnerability(`npm update --depth`) (#103)

Co-authored-by: Jo Hyun Woo <[email protected]>

24d0f8d4aebd0cf955c6b139b5cd5e9a5390fe4b authored about 4 years ago
Implement `Document.GarbageCollect` in JS SDK (#101)

* Implement `Document.GarbageCollect` in JS SDK
* Run garbage collection for the clone
* Add g...

34d33a5853bb616f2d9b480f7050bb5c45faa2a8 authored about 4 years ago
Assert nodesToDelete type

2a86f304aa68eb1b51a049ae8f27590512fee6db authored about 4 years ago
Change Logger to receive all values

c4b3f1db5bb9e0308e5550885c780baea4a3a995 authored about 4 years ago
Add CHANGELOG.md

be8860beb7fb192c6bb5442b0f50e3a2d128e7c0 authored about 4 years ago
Update version to v0.1.0

e1eb796d731ef32a73a2cd4d0735ab7a7ec3ab4d authored about 4 years ago
Add `declaration` field to support TypeScript

`/dist` is removed from the source and we made it created on release. This is
to avoid frequent...

098090f2319c0af4ea77226301f36d447bf2c996 authored over 4 years ago
#32 Rename updatedAt to movedAt

9c008a3eb3de9f77e6590755c7b7547b678331ef authored over 4 years ago
Replace codecov with orbs

We can reduce npm dependencies by using orbs provided by CircleCI.

ddfdf93b8b934f39a9e9e06d9e4a79109a8fe243 authored over 4 years ago
Update README.md

01d58bce9272d7203a4eafbfcd51f5af7390c797 authored over 4 years ago
Add a custom CRDT data type, Counter

Previously, We introduced the Increase operation to Primitive datatype.

However, in JavaScrip...

80279c0b466271ae68d635f5d65e61926eb1b9df authored over 4 years ago
Bump version to 0.0.10

e6d3f829a303907fbd70f0d49c970e7a3eca4fd8 authored over 4 years ago
Fix bug in RGATreeList.moveBefore

Co-authored-by: jeemyeong <[email protected]>

afba3bbb93eb92cb02c3e35c3f2db1f66366b66d authored over 4 years ago
Add a test file for json/rht

d3ac49a812bfe5c5b84033b65471437d6e643c73 authored over 4 years ago
Bump node-fetch from 2.6.0 to 2.6.1

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](...

56193cce550bfbe05afc2798c01052a32091337c authored over 4 years ago
Add contribution guide for README.md

573f7244a1212b10b79a98d95e984599b394cc5b authored over 4 years ago
Introduce CodeCov

07f71feffe634b295c1963efb41fba920851d6e3 authored over 4 years ago
Introduce Husky

0295c94291bdf21845e8c4eb4bc527807d50d81e authored over 4 years ago
Extract examples from `/dist`

ab307b2b9bda297648f9164a5fb691ae4da5ed38 authored over 4 years ago
Fix a function in util.js

b204725097330e6dfb041ca2cbeaf4a5a2659181 authored over 4 years ago
Cleanup client event types

d5600ccd81289a011f26af9e8f89c1d07e616330 authored over 4 years ago
Show network status in examples

b95303dd4e0dabc459ac435cd94e2ce2591d63b3 authored over 4 years ago
Modify test code

After grouping event types, some events have to emit their values in
order to fully determine wh...

172f7cca0da0ecda2d3a903d63f21601645c6bb5 authored over 4 years ago
Clean up the code (#74)

* Cleanup type

* Remove unnecessary function call

Remove runSyncLoop from method deactivat...

3933cef19c0d079bd39ca4c34aa4c15c6955aeff authored over 4 years ago
Cleanup error code with string enum (#72)

Co-authored-by: Youngteac Hong <[email protected]>

859ba3547493c55a33f3ef7771dd3648e716032e authored over 4 years ago
Remove setTimeouts from tests

26c5a8b9bb53c46602b45378175e84841f6b4583 authored over 4 years ago
Add testRPCAddr parameter

ef354f3548e3f53bc6ac4f9e133efe144abb39e9 authored over 4 years ago
Add test code for handling network error (manual sync)

512df2787287e7cc0ba769d06031c719d8679918 authored over 4 years ago
Add test code for handling network error (realtime sync)

e8a49680df5465c82cd693e04441532d9d7bb945 authored over 4 years ago
Rollback the commit that applied string value in LogLevel

f526f15c7c9d9753771ead9cea4e238ba4fe320b authored over 4 years ago
Use string value for enums exposed to external users

eef005fce03ba1e2d3e7648518daba43fcef3378 authored over 4 years ago
Extract `handleWatchDocumentsResponse` from `runWatchLoop`

467b025e7cc4c227c5b27b90bc7f2525340ef0bf authored over 4 years ago
Add sourcemap to karma

4b8adc20d07a8d0ebce2545e76a99c30a150f014 authored over 4 years ago
Fix delayed synchronization

When envoy proxy goes down and later comes back up, it used to be
that the connection does not g...

97feb412787da8503928d5820fb214e6765430c4 authored over 4 years ago
Remove ncu

b4ead947e9100c328370153dfe3707ec82f45784 authored over 4 years ago
Bump up libs to fix a potential security vulnerability

5b5d01bcf8d2979204d03cfc2b4da55986f463ea authored over 4 years ago
Prevent bursting sync requests when the network is unavailable

24e4e740a3838c3b28c26970f174cabddd66eb8e authored over 4 years ago
Fix deepcopy of Primitive

Properties change when deleting an instance of Primitive.
It seems that it cannot be considered ...

23494b8bb483d28e59bd51fe8beb2df5daf78e38 authored over 4 years ago
Cleanup enum

When using enum, enumerated numbers are assigned a value whose default
value increases from 0. S...

8767a8b69e5a0fcea62653e0c6e2ba159284662c authored over 4 years ago
Bump elliptic from 6.5.2 to 6.5.3 (#47)

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](ht...

ea8e4747be6d2e1a54a9813d3793d8ee75764d43 authored over 4 years ago