Skip to content

Releases: ba-st/Kepler

v3.0.3

08 Feb 13:49
b8a0af0
Compare
Choose a tag to compare
  • Fixed dependency to Buoy

v2.0.4

18 Jan 21:04
Compare
Choose a tag to compare

Changelog

  • Fix baseline

v3.0.2

03 Jan 16:10
a2f2a29
Compare
Choose a tag to compare
  • Changed the Chaltén dependency, now it just load the Gregorian calendar.
  • Changed the default group, it loads Development now following the convention of @ba-st projects.

v3.0.1

11 Dec 15:37
fec72a0
Compare
Choose a tag to compare

##Changes

  • Added SystemCommandExecutionError

v3.0.0

14 Nov 13:23
dd6ecbf
Compare
Choose a tag to compare

Changes

  • Dependency resolution is now automatically performed.
  • Introduced SystemHotInstaller to install new subsystems in an already running composite
  • Introduced SystemHotSwapper to swap a subsystem with another implementation in an already running composite
  • Introduced SystemInstallation and a module system for complex scenarios

Breaking Changes

  • System is now SubsystemImplementation and it's subclasses must at least implement:
    • dependencies to specify the interfaces on which this system depends upon
    • implementedInterfaces to specify the interfaces implemented by this system
    • name providing a description of the system
  • Now there's a facility to set up the interfaces by using: Kepler registerInterfaceAt: #InterfaceKey named: 'Name' declaring: selectors
  • CompositeSystem can be created without subsystems.
  • CompositeSystemBuilder was removed. You can register directly subsystems to a composite or use a SystemInstallation and the module system for complex scenarios.
  • UnresolvedSystemDependency was removed

v2.0.3

04 Nov 19:23
1bc361e
Compare
Choose a tag to compare
  • Fixed Pharo 7.0 builds
  • Few renames and dropped #name usage for Interface

v2.0.2: Merge pull request #23 from ba-st/fix-system-interface

23 Oct 02:35
01692af
Compare
Choose a tag to compare
Fixes SystemInterface becoming nil when loading SystemBasedTests

Improved baselineOf

20 Oct 04:39
d738100
Compare
Choose a tag to compare

Moved extension on SystemBasedUserStoryTest to the actual class.

First release

06 Jun 02:24
d5d56aa
Compare
Choose a tag to compare
Merge pull request #15 from ba-st/deleted_exceptions

Changed system specific exceptions for the ones provided by Buoy