Skip to content

Commit

Permalink
release: v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Aug 10, 2021
1 parent 6887a42 commit 976d818
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,26 @@
## Bugfixes

* Generated code now includes FMethod type parameters. #90

# fulib v1.6.0

## General

* Updated all dependencies. #100

## New Features

+ Added an import method for EMF / `ecore` files to `ClassModelManager`. #91 #92
+ Added a simple plugin architecture. #93 #94
+ Added a way to apply plugins to `ClassModelManager`s. #94
+ Added `ClassModelGenerator`, a model for generators. #94
+ Added `ClassModelDecorator` and `ClassModelDecorators` from fulibScenarios. #94
+ Added [DTO mapping](docs/definitions/10-dtos.md). #97 #99

## Improvements

+ Attributes reflectively loaded in one `ClassModelDecorator` can now use types from a `ClassModelDecorator` in a different package. #96 #98

## Bugfixes

* Associations declared with `@Link` can no longer reference types in other packages. #98
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ dependencies {
// ...
// https://mvnrepository.com/artifact/org.fulib/fulibScenarios
fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.6.2'
fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.7.0'
// optional, to override the version of fulib used by fulibScenarios:
// https://mvnrepository.com/artifact/org.fulib/fulib
fulibScenarios group: 'org.fulib', name: 'fulib', version: '1.5.1'
fulibScenarios group: 'org.fulib', name: 'fulib', version: '1.6.0'
}
```

Expand Down

0 comments on commit 976d818

Please sign in to comment.