Releases: ruslan-avantis/json-db
Releases · ruslan-avantis/json-db
1.1.0
1.0.9
Add files via upload
1.0.8
Пофиксил сохранение пустого файла 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
Add files via upload
1.0.6
Add files via upload
1.0.5
Исправлены ошибки
1.0.4
Добавлены два типа данных: datetime, text
1.0.3
Update index.php
1.0.2
Update README.md
1.0.1
Create db.json