- make texts lighter for dark theme to improve readablility
- add inline-flag interpretation "(?i)foo"
- add unicode categories as requested by issue #67
- add enable/disable commands for controlling diagram display (partly #61)
- fix issue #64, nested capture indexing
- capture text in dark themes a little lighter for better reading
- fix enhancement #68, add named capture support
- fix issue #65, and set max-height to half of view height
- support julia (thanks to jkroso)
- colorize graph
- complete redesign to use new style HTMLElement and addBottomPanel
- improve handling of regexes (support perl's substitutions
- more compact display with tooltips for more info on NonTerminals
- fix issue #52, enable installation for atom behind proxy
- fix issue #41, add characterclass parsing
- fix issue #48, thanks to lordjavac for hints on fixing
- fix issue #47, using debounce now (thanks to aki77)
- make rrd work with curren atom (0.209.0)
- better extracting of regexes (make use of punctuation scope names)
- require $$ and View from space-pen-views fixing #36 and #35, #33 and #32
- use getActiveTextEditor fixing #34
- fix issue #31 (broken installation)
- fix issue #25
- fix issue #20
- fix CHANGELOG, because mistakenly made a minor version step instead of patch
- Merge pull request #29 from imperez/atom-regex-railroad-diagrams to fix issue #27
- fix issue #16
- fix issue #13 and #14
- Merge pull request #12 from maschs/ms-fixMinQuantifier
- Fix Error on single (min) quantifier
- nothing changed, the previous apm publish minor failed
- Merge branch 'master' of github.com:klorenz/atom-regex-railroad-diagrams
- improve visualization of spaces
- fix issue #8, workaround with special case
- Merge pull request #9 from Zod-/master
- fix issue #7, add python support
- fix issue #10, assert min < max quantifier
- Merge pull request #11 from lucas-clemente/patch-1
- Scroll long regexes
- Changed comments on quantifiers with fixed length "0 to 0 times" -> "0 times" "1 to 1 times" -> "once" "x to x times" -> "x times"
- fix issue #4
- issues with apm publish
- add support for charsets and special characters
- fix issue #1 and #2
- add description to package.json
- Prepare 0.2.2 release
- fix link to screenshot
- improve screenshot
- add little readme
- fix repository name and version
- add dependencies
- initial
- Initial commit