- Add array extension capability. This is helpful for filling out a parameter's values without having to specify redundant data in `defaults.json`. Check out the [extend docs](https://paramtools.org/api/extend/) to learn more about this feature. (#58) - Add [API guide](https://paramtools.org/api/guide/). (#58, 59)
0.5.4
- Preserve order of parameters. (7a4f949d4adabe0eab47e4627452bcf01b07bdcc)
0.5.3
- Add serializable flag to specification method. (54) - Rename schema 'builder' to schema 'factory.' (55)
0.5.2
- Fixes bug where the original `defaults` dictionary was modified by a `pop` command. 53
0.5.1
- Make "validators" and "additional_parameters" optional. (52)
0.5.0
- Drop `schema.json`, and move it into a top-level `schema` member in `defaults.json`. (49) - Rename `dims` to `labels`. (47) - Rename `optional`—>`additional_members`. (49) - Set a default value of zero for `number_dims` . (44) - Handle simple parameter values. (45) - Revamp documentation. (51) - Documentation is now hosted at [paramtools.org](https://paramtools.org)