Skip to content

Releases: borkdominik/bigER

v0.5.0

24 Oct 17:43
Compare
Choose a tag to compare

New

Changed

  • Various minor changes to SQL export (still work in progress, see commit #0772570 for detailed changes)

v0.4.0

19 Feb 19:40
Compare
Choose a tag to compare

New

  • UML Notation (see Notations)
  • Configuration: Generate DROP TABLE statements when generating SQL (disabled by default).
  • Support for datatypes with two arguments: e.g. FLOAT(5, 5).

Changed

  • Refactored toolbar

v0.3.0

23 Jan 22:57
Compare
Choose a tag to compare

New

  • New SQL Generator (see SQL Generators in the Wiki for more information). Generator can be used through commands, replacing the previous way of the generate=sql option. The intention of this change is to explicitly decide when code should be generated, instead of automatically on code changes in the background.
  • Support for various new SQL dialects added: PostgreSQL, Oracle SQL, MySQL, MS SQL, Db2.
  • File logo for .erd files

Fixed

  • Fix layout bug for edge labels when reopening a model (see issue #48)

v0.2.1

21 Oct 15:24
Compare
Choose a tag to compare

Fix missing images in README's.

v0.2.0

21 Oct 15:06
dd6a17e
Compare
Choose a tag to compare

Release v0.2.0 - See the Changelog for more information.

v0.1.0

11 Aug 15:44
40e3256
Compare
Choose a tag to compare
Merge pull request #26 from borkdominik/pre

Final changes for Release

v0.1.0-rc.2 - Release Candidate

10 Aug 05:21
f502aef
Compare
Choose a tag to compare
Pre-release
  • Add Refresh button to toolbar
  • Merge minmax with default notation.
  • Improve validation

v0.1.0 - Updated Release Candidate

09 Aug 11:54
Compare
Choose a tag to compare
Pre-release

Updated release candidate for v0.1.0.

Add:

  • New sample ER Model command
  • Hover information in the textual editor

Change:

  • Tool icon for changing the notation
  • Log output from INFO to DEBUG such that there is no unnecessary output in production

Fix:

  • OS-related build issues

v0.1.0 - Release Candidate

08 Aug 17:13
Compare
Choose a tag to compare
Pre-release

.vsix file of the v0.1.0 release candidate for the bigER VS Code extension.