Skip to content

Releases: ruslan-avantis/json-db

1.1.0

25 Jan 21:47
cee2292
Compare
Choose a tag to compare
Add files via upload

1.0.9

15 Jan 09:22
3a1b123
Compare
Choose a tag to compare
Add files via upload

1.0.8

10 Jan 18:39
e1f5911
Compare
Choose a tag to compare

Пофиксил сохранение пустого файла https://github.com/pllano/json-db/blob/master/src/File.php

if ($getPath != null && $getPath != "") {
    return file_put_contents($this->getPath(), $getPath);
} else {
    return null;
}

1.0.7

05 Jan 04:03
94cc29c
Compare
Choose a tag to compare
Add files via upload

1.0.6

26 Dec 00:57
a8fe05f
Compare
Choose a tag to compare
Add files via upload

1.0.5

21 Dec 19:42
c097530
Compare
Choose a tag to compare

Исправлены ошибки

1.0.4

18 Dec 12:39
0d76e20
Compare
Choose a tag to compare

Добавлены два типа данных: datetime, text

1.0.3

12 Dec 21:05
476b9e0
Compare
Choose a tag to compare
Update index.php

1.0.2

11 Dec 22:11
1fc4b7d
Compare
Choose a tag to compare
Update README.md

1.0.1

11 Dec 16:29
cd60905
Compare
Choose a tag to compare
Create db.json