Current section

Files

Jump to
depot CHANGELOG.md
Raw

CHANGELOG.md

# 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]
## [0.5.2] - 2021-09-16
### Added
- Added WIP visibility handling with callbacks and converters
- Runtime configuration for filesystems via the app env
## [0.5.1] - 2021-09-12
### Changed
- `Depot.RelativePath.join_prefix` does make sure trailing slashes are retained
## [0.5.0] - 2020-08-16
### Added
- New `Depot.Filesystem` callback `copy/4` to implement copy between filesystems
- New `Depot.Filesystem` callback `file_exists/2`
- New `Depot.Filesystem` callback `list_contents/2`
- New `Depot.Filesystem` callback `create_directory/2`
- New `Depot.Filesystem` callback `delete_directory/2`
- New `Depot.Filesystem` callback `clear/1`
## [0.4.0] - 2020-07-31
### Added
- New `Depot.Filesystem` callback `copy/4` to implement copy between filesystems
## [0.3.0] - 2020-07-29
### Added
- New `Depot.Filesystem` callback `read_stream/2`
- Added `:otp_app` key to `use Depot.Filesystem` macro to be able to store settings
in config files