forked from jozilla/Cassowary.net
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNEWS
50 lines (43 loc) · 1.86 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
3.0.0 -- 2014-11-08:
* Added support for < and > operators in constraints
* More code cleanup
1.0.0 -- 2014-03-26:
* Migrated to .NET 3.5 (client framework)
* Removed compact .NET version
* Significant code cleanup of internals
0.2.3 -- 2006-05-09:
* Migrated to Bazaar for revision control
* Added instructions to build a Debian or Ubuntu package to the
INSTALL file.
* Migrated to .NET 2.0 and the December 2006 version of Coco/R
* The Compact .NET version is now identical to the full version, due
to the switch to .NET 2.0.
* Added the scanner and parser files generated by Coco/R.
* Added key files for Compact .NET version.
* Added Visual Studio solution and projects (MSBuild format).
0.2.2 -- 2006-03-16:
* Forgot to add ClParser to the Cassowary.Parsing namespace.
0.2.1 -- 2006-02-16:
* Added debian/ directory, which is used to easily create an Ubuntu
Breezy package. Contributed by Panagiotis Issaris
0.2 -- 2005-11-21:
* Added constraint rule parsing support. Is compiled into new
Cassowary.Parsing assembly. Generating the parser requires Coco/R.
* The assemblies are now strongly named by signing them with key
files.
* The 'Trace', 'Debug' and 'GC' flags can now be set with properties, and
are no constants anymore. This eliminates unreachable code
warnings and improves the quality of the code.
0.1.1 -- 2005-07-31:
* Trace prints now use Cl.ArrayListToString() and Cl.HashtableToString()
methods instead of ArrayList and Hashtable's own ToString()
methods
* Added missing constructor ClStayConstraint(ClVariable var)
* Fixed bug in ClSimplexSolver#InsertErrorVar(...)
* Added extra constraints to LayoutTest class (to eliminate random
behavior)
* Now also compiles on Compact .NET (to do so, define COMPACT
symbol)
0.1 -- 2005-05-27:
* Initial release