# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Method Db::getSchema()
- Method Result::getTotal()
- Experimental export Classes
- Method Rows\NestedSet::getSiblings()
- Method Rows\NestedSet::isChildOf()
- Method Rows\NestedSet::getOffspring()

## 0.0.5

### Added

- Condition MatchColumn
- Method Row::getDataRaw()
- Support for {var} syntax
- Method Rows\NestedSet::getParent()
- Method Row::unset()
- License information to composer file
- Method Result::reverse()
- Feature InsertDefaults

### Fixed

- An error where NULL values can't be updated
- Model::insert() correctly sets columns to NULL if value is NULL

## 0.0.4 

### Added

- Support for dynamic model classes per row
- License information

## 0.0.3

### Added
- Changelog