simplajs / simpla

Open, modular, and serverless content management for a modern web
https://www.simplajs.org
MIT License
527 stars 36 forks source link

Fix creating implicit files #82

Open bedeoverend opened 6 years ago

bedeoverend commented 6 years ago

I'm submitting a

Bug report

Description

In v2, creating an object /foo/bar/baz would ensure /foo and /bar existed as empty objects (i.e. type null and data an empty object). In v3 this has been lost and needs to be restored, this means storage should create /foo.json and /foo/bar.json when creating /foo/bar