You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
easy-rules/site/get-involved/release-notes.html

83 lines
2.8 KiB
HTML

---
layout: news
title: "Release notes"
prev_section: tutorials/dynamic-configuration
doc: true
---
<article>
<h2>
<a href="/get-involoved/release-notes.html">{{ page.title }}</a>
</h2>
<div class="release">
<span class="post-category">
<span class="label">Version 1.2.0</span>
</span>
<div class="post-meta">
<span class="post-date">2014-10-15</span>
</div>
<div class="post-content">
<p>This release brings the following improvements:</p><p></p>
<ul>
<li>Added a method in <code>RulesEngine</code> interface to unregister a rule.</li>
<li>Added a <a href="{{site.url}}/tutorials/rule-priority.html">tutorial</a> with a showcase of rules priorities.</li>
<li>Improved code quality by fixing several sonar errors/warnings</li>
</ul>
</div>
</div>
<p></p>
<div class="release">
<span class="post-category">
<span class="label">Version 1.1.0</span>
</span>
<div class="post-meta">
<span class="post-date">2014-10-02</span>
</div>
<div class="post-content">
<p>This release introduced a big refactoring of Easy Rules APIs to provide the following features:</p><p></p>
<ul>
<li>Added annotation support to provide a POJO based development model</li>
<li>Added new site for documentation and tutorials</li>
<li>Added new set of tutorials for basic and advanced usage of Easy Rules APIs </li>
<li>Renamed base package from <code>io.github.benas</code> to <code>org.easyrules</code></li>
</ul>
</div>
</div>
<p></p>
<div class="release">
<span class="post-category">
<span class="label">Version 1.0.1</span>
</span>
<div class="post-meta">
<span class="post-date">2014-01-24</span>
</div>
<div class="post-content">
<p>This minor release fixed the base package name.</p>
</div>
</div>
<p></p>
<div class="release">
<span class="post-category">
<span class="label">Version 1.0.0</span>
</span>
<div class="post-meta">
<span class="post-date">2013-12-23</span>
</div>
<div class="post-content">
<p>This is the first stable version of Easy Rules. It contains initial core API and implementation:</p>
<ul>
<li>Basic abstractions for rules and rules engine</li>
<li>Ability to create composite rules from primitive ones</li>
<li>Ability to manage rules at runtime via JMX</li>
<li>Java fluent API to create rules engine</li>
</ul>
</div>
</div>
</article>