File: CHANGELOG

package info (click to toggle)
ruby-rgfa 1.3.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 820 kB
  • sloc: ruby: 5,649; makefile: 9
file content (47 lines) | stat: -rw-r--r-- 982 bytes parent folder | download | duplicates (3)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
== 1.3.1 ==

- fix: add file missing from gemspec

== 1.3 ==

major changes:
- changes in GFA specification:
-- P lines: cigars field is now overlaps
-- comment lines
-- forbid +, and -, in segment names
- .rb suffix removed from bin/* scripts

minor changes:
- improved links terminology
  (normal link -> canonical; reverse link/CIGAR -> complement)
- definition of canonical link simplified

== 1.2.1 ==

- support new segment tags SH and UR
- update cheatsheet

== 1.2 ==

- merge RGFATools into the main RGFA gem

== 1.1 ==

- performance and code organization improvements
- Line code rewritten:
-- uses an Hash instead of Array for fields data
-- support lazy parsing of some field types
-- simpler code for subclasses
-- define a datatype for required fields
-- Field[Parser|Validator|Writer]
- Optfield class replaced
- use symbols instead of strings when appropriate

== 1.0.1 ==

- complete YARD documentation
- remove redundant/unused code

== 1.0 ==

- initial release