## 0.3.0 (2024-07-24)

### Breaking changes
* Require Elixir 1.15
* Add `NotLoaded.defmodule/1` to allow for module to be built in custom
  namespaces

## 0.2.1 (2018-08-07)

### Features
* `NotLoded.t` is no longer opaque
* Test against Elixir 1.7.2 and OTP 21.0.4

## 0.2.0 (2018-03-22)

### Features
* `NotLoaded.new/1` for defining a NotLoaded value at runtime.

## 0.1.0 (2018-02-02)
Initial release.

### Features
* `NotLoaded.lazy_loaded/1` macro for defining lazy loaded fields in a struct
