Skip to content

Releases: urbanopt/modelica-fmt

v0.2-pr.2

19 Feb 16:53
083ec2b
Compare
Choose a tag to compare
v0.2-pr.2 Pre-release
Pre-release

Changelog

083ec2b Merge pull request #24 from urbanopt/feat/80-char-line-break
e52f7ca feat(cli): add flag for line length
16c5421 feat: add condition to break long lines, 80+ chars
314849f refactor: don't allow line break on curly brace

v0.2-pr.1

28 Jan 18:42
a6d8e4b
Compare
Choose a tag to compare
v0.2-pr.1 Pre-release
Pre-release

Changelog

541b704 Merge pull request #17 from urbanopt/16-feat/add-version-flag
687a7eb Merge pull request #19 from urbanopt/docs/build-notes
a6d8e4b Merge pull request #21 from urbanopt/refactor/mbl-misc-updates
c0e6007 Merge pull request #22 from urbanopt/chore/move-to-gh-actions
bf6ca31 chore: move from travis to github actions
1046dc0 chore: show multiple model annotations in gmt-building example
c34e347 feat: add flag to display version info
fbc4f9d fix: fix ci yml syntax
f87d07e refactor: indent on external function call args
0722bdd refactor: show usage when no args provided to cli

v0.1

30 Sep 18:49
09181bf
Compare
Choose a tag to compare

Changelog

c4e0dcf Merge pull request #14 from urbanopt/feat/docs
09181bf Merge pull request #15 from urbanopt/docs/release-notes
5bc6d91 build: dont auto publish releases

v0.1-pr.3

17 Aug 23:12
1bcb19a
Compare
Choose a tag to compare
v0.1-pr.3 Pre-release
Pre-release

Changelog

1bcb19a Merge pull request #13 from urbanopt/fix/trailing-comments
ef720bf fix(modelicafmt): add comments trailing at end of file

v0.1-pr.2

31 Jul 18:06
2676b0b
Compare
Choose a tag to compare
v0.1-pr.2 Pre-release
Pre-release

Changelog

0565826 Merge pull request #10 from urbanopt/refactor/more-adjustments
88c44f9 Merge pull request #11 from urbanopt/refactor/add-more-examples
2676b0b Merge pull request #12 from urbanopt/refactor/no-space-in-vectors
9a0fcb0 Merge pull request #9 from urbanopt/refactor/always-indent
91d6641 chore: update example *-out.mo files
671ec1d chore: update example files
ba563ac feat(tests): add basic tests for example files
60e03ff refactor!: always indent modifications and arguments
1f31c79 refactor!: modify grammar to use array_arguments
27db4d4 refactor: allow indentation in model annotation
8517acd refactor: indentation for model annotation vectors
fc2dd76 refactor: keep str comment on line in annotations
888dd14 refactor: no space after commas
3c0a47c refactor: no space before/after "+" token
4e4c1f8 refactor: no space before/after array constructor
99c5631 refactor: use lexer consts for token types
7c76f31 update example models and results. update readme.

v0.1-pr.1

22 Jun 22:06
073d6ee
Compare
Choose a tag to compare
v0.1-pr.1 Pre-release
Pre-release

Changelog

42b0db3 Merge branch 'develop' into refactor/format-space-after-annotation
f4738d0 Merge pull request #1 from urbanopt/add-readme
060459a Merge pull request #2 from urbanopt/refactor/format-space-after-annotation
664318d Merge pull request #3 from urbanopt/refactor/annotation-args-single-line
fb2fce7 Merge pull request #4 from urbanopt/refactor/michaels-notes
f55b5de Merge pull request #6 from urbanopt/chore/initial-ci
1f9fb29 Merge pull request #7 from urbanopt/fix/travis-config
073d6ee Merge pull request #8 from urbanopt/bug/pre-commit-format
4b7c1a6 Update README.md
7f8a7de add example
2b304bb add readme and changelog
351b73f chore(Modelica.g4): add comments where changed
e06a055 chore(README): add notes on pre-commit
729e9f4 chore(README): revert executable to modelicafmt
b754ec2 chore(modelicafmt.go): cleanup unused code
3e5bd34 chore(modelicafmt.go): update modelicaListener comments
32e77a5 chore: add travis and goreleaser config
8547749 code cleanup
d6eb7a0 commit to trigger build
ea54092 feat: add option to write result to source file
d57cd65 feat: rudimentary comment handling and small refactoring
75fb7c4 fix: GO111MODULE=on fix goreleaser
bbc32db init: init project
2d1bc91 license
778667b refactor!: rename module to modelica-fmt
55b5dc8 refactor(.goreleaser.yaml): build binary as modelicafmt
7234d96 refactor(modelicafmt): rename func to insertSpaceBeforeToken
72b1b99 refactor(readme): small improvements
de3338c refactor: 'if expressions' indented on each conditional branch
16da4b6 refactor: add if_expression_body to grammar and indent on it
95e8917 refactor: add space after annotation keyword
d5927fc refactor: indent constraining_clause ctx
a48d19b refactor: insert indent before expression_list ctx
8bc0085 refactor: make indent spaces a const
18ef04a refactor: print annotation args on a single line
e491ccd refactor: set max of 1 increase in indentation per line
8a3e044 refactor: tweak if-else expression formatting
c94731f refactor: use parser rules for argument indentation
7e8362d rename travis
a512db0 simple reorg to place antlr related code into thirdparty directory
f56274b update how to include in precommit