Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
concordant
Software
c-sudoku
Commits
3062e956
Commit
3062e956
authored
Jul 22, 2021
by
Yannick Li
Browse files
Merge branch '27-release-v1-1-0' into 'dev'
Resolve "Release v1.1.0" See merge request
!27
parents
1b347555
8738b2c1
Pipeline
#276683
passed with stages
in 0 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
3062e956
...
...
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [1.1.0] - 2021-07-22
### Added
-
Provide a service worker file in public repository
-
Add a callback to receive notifications when a crdt is updated
...
...
@@ -16,11 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
Group the MVMap updates during a reset/reconnection
-
Remove frequent pooling but keep a backup call when it has not received a new version for a while
### Deprecated
### Removed
### Fixed
### Security
## [1.0.1] - 2021-05-17
### Changed
-
Update documentation
...
...
collaborative/package-lock.json
View file @
3062e956
{
"name": "c-sudoku",
"version": "1.
0.1
",
"version": "1.
1.0
",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
...
...
collaborative/package.json
View file @
3062e956
{
"name"
:
"c-sudoku"
,
"description"
:
"Sudoku Demo with CRDT"
,
"version"
:
"1.
0.1
"
,
"version"
:
"1.
1.0
"
,
"author"
:
"Yannick Li <yannick.li@concordant.io>"
,
"license"
:
"MIT"
,
"homepage"
:
"./"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment