Skip to content

Releases: moosetechnology/Fame

v1.1.8 - Moose 11

02 Jul 10:08
4dcceb3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.7...v1.1.8

v1.1.7

30 Mar 15:40
bcadec8
Compare
Choose a tag to compare

Stable version for Moose 10

v1.1.6 - All relation properties

14 Sep 12:33
44853ec
Compare
Choose a tag to compare

Last compatible version for Pharo 9 (Moose 9) and older.

  • New API for relation properties.
  • Small refactoring

v1.1.5 - Fix support parsing JSON multiValue

06 Aug 13:43
4ae8bb2
Compare
Choose a tag to compare
Merge pull request #32 from badetitou/fix/multi-value

Fix multi value parsing and add tests

v1.1.4 - Provide support for default properties values

01 Jul 20:24
4dc9ef0
Compare
Choose a tag to compare

First implementation of default values for FM3Properties.

v1.1.3 - Add Spec2 extension methods from P9

02 Jun 06:34
8e390a5
Compare
Choose a tag to compare

This PR aims to add the Spec2 extension method in the latest release
Note that for P8 and before, nothing changed

v1.1.2 - Can ask a metamodel the description of a trait

28 May 07:06
6e8414d
Compare
Choose a tag to compare

We add a utility method that helps one request the description of a trait

v1.1.1 - Fix Fame visitor

11 Mar 10:33
2fe80d3
Compare
Choose a tag to compare

The visitor can return the return value of the visited element.
It can simplify the design of a lot of tool

Introducing Traits and JSON

25 Jan 09:02
5707bb0
Compare
Choose a tag to compare

Changelog

Traits

For more than 2 years, we are using traits to define our model and metamodels.
However, it was not supported in Fame.
It is not a problem when working on Pharo only, but it makes it impossible to import & export fully a metamodel with all its information (since some were in traits).
Now, it is solved.
This release comes with the one of FameJava (https://github.com/moosetechnology/FameJava).
It is now possible to re-generate our model in Java using FameJava (and traits capability)

JSON Format

To improve compatibility with other software systems, we have released a JSON format (https://moosetechnology.github.io/moose-wiki/Users/fileFormat.html#json).
We have integrated into Fame an importer and an exporter for this format

v1.0.0

17 Aug 12:56
ec06ad1
Compare
Choose a tag to compare

Stable version for Pharo 8 and 9.