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

Nested properties #60

Merged
merged 4 commits into from
Jun 3, 2020
Merged

Nested properties #60

merged 4 commits into from
Jun 3, 2020

Conversation

benjamincanac
Copy link
Member

#36

@benjamincanac benjamincanac requested a review from atinux May 29, 2020 08:26
@codecov-commenter
Copy link

codecov-commenter commented May 29, 2020

Codecov Report

Merging #60 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
+ Coverage   93.41%   93.43%   +0.01%     
==========================================
  Files          13       13              
  Lines         410      411       +1     
  Branches       76       76              
==========================================
+ Hits          383      384       +1     
  Misses         24       24              
  Partials        3        3              
Impacted Files Coverage Δ
lib/index.js 100.00% <ø> (ø)
lib/database.js 82.17% <100.00%> (+0.17%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ed97b0c...83f7a30. Read the comment docs.

@benjamincanac benjamincanac linked an issue Jun 1, 2020 that may be closed by this pull request
@benjamincanac benjamincanac merged commit d245c05 into master Jun 3, 2020
@benjamincanac benjamincanac deleted the feat/nested-properties branch June 3, 2020 13:09
pi0 pushed a commit that referenced this pull request Feb 8, 2022
* ✨ (context) move from $docus to useDocus (wip)

* 🙈 (gitignoree) update gitignore

* ➕ (unplugin) add unplugin script setup & auto import

also add build:example and start:example commands

* 🔧 (ts) update tsconfig

* ✨ (unplugin) add unplugin configs locally

* 🏷️ (types) update typings

* 🐛 (settings) fix settings init

* ✨ (docus) remove the need for docus init

* ✨ (navigation) update navigation; keep state locally

* ✨ (docus) update createDocus

* fix: static run

* chore: update `property-information` version

* 🐛 (build) fix static generation (latest nitro & inlineDynamicDependencies)

* 📦 (deps) upgrade deps & fix script-setup dep

* 💄 (style) fix repository problems

* fix(typescript): remove `@nuxt/typescript-build`

* ✨ (i18n) locale codes resolved from i18n module instead of core

* ✨ (context) update context alias

* ✨ (bridge) add nuxt bridge

* 📦 (deps) upgrade dependencies; fix build

* ✨ (example) update example AppLayout

* ✨ (example) add Debug component showcasing each docus composable

* ✨ (example) add debug page

* ✨ (example) update Debug page

* 🔧 (ts) update tsconfig with #docus path

* 🔧 (example) update example docus config

* ✨ (devtools) prepare devtools integration (wip)

* ✨ (example) update example (add test/debug pages)

* 🔧 (tsconfig) expose shared tsconfig

* 🔖 (1.2.0) release 1.2.0

Co-authored-by: Farnabaz <farnabaz@gmail.com>
pi0 pushed a commit that referenced this pull request Feb 8, 2022
* feat: introduce preview storage

* chore: typo

* chore: update bridge

* chore: update nuxt-edge

* chore: update bridge/unenv. remove vfile patch

* fix: replace lokidb/loki with techfort/lokijs

* fix: patch nitro service worker

* chore: add preview storage example

* fix: cleanup

* chore: Apply suggestions from code review

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>

* feat: use nuxtignore list to ignore contents

* fix: update nitro & remove patch

* fix: lint

* feat: improve preview api

* feat: togglable preview mode

* chore: update example page

* feat: preview API

* fix: navigation url logic

* feat: emit event on preview modification

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
pi0 pushed a commit that referenced this pull request May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to filter using JSON object instead of array as a source?
3 participants