File: CHANGELOG.md

package info (click to toggle)
ruby-yaml-db 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, sid
  • size: 164 kB
  • sloc: ruby: 855; makefile: 5
file content (32 lines) | stat: -rw-r--r-- 613 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
## yaml_db 0.6.0

* Add Rails 5.1 support
* Fix a bug that caused errors when dumping HABTM tables

## yaml_db 0.5.0

* Order HABTM tables using both IDs (@mauriciopasquier)

## yaml_db 0.4.2

* Use Windows-compatible directory names
* Sort tables in the dump so that two dumps can reliably be diffed

## yaml_db 0.4.1

Version skipped due to developer error

## yaml_db 0.4.0

* Put everything under the YamlDb module namespace
* Add Rails 5.0 support

## yaml_db 0.3.0

* Add Rails 4.x support
* Restore Rails 3.0 compatibility
* Test against all supported Rails versions

## yaml_db 0.2.3

* Support Rails 3.2