= Soon
- Optimize File-Handling
- Write own Command-Objects

= 0.8.3		24.11.2019
+ List.store
+ "For" now can used with a "Range"
+ File.each
+ All atomic decimal types now are a parent of DecNumber
+ toStr for all objects
- Nil is an atomic object
- Better handling of incrementing variables
- Improved rounding to type of variable
- Improved documentation
- Better block-checking
- §< is now a alias to _FUNC.return(), without parameter!
- §= is now a alias to _FUNC.return(Object o), with parameter!
- Better parameter-check for objects
b Some small bugs fixed

= 0.8.2		07.11.2019
+ Byte,Short,Int,Long are now type of IntNumber
+ Nil is now atomic
+ Not typesafe vars now can end with ¿ or ??
+ _LOOP now works
+ Str.begin
+ New Objects: Repeat, Try, Error, Time, DateTime
+ Errors are now sorted in groups: Code, Exec, Ext, Custom
- Improved documentation
b A lot of small bugs fixed

= 0.8.1		28.10.2019
+ Parse-Time-Commands now starts with a leading '>'
+ >strictBlocks - Forbids Auto-Block and .do
+ >strictConsts - Forbids ° % $ $$
+ >strictObjects - Forbids shortcuts like () [] {} <> ?() and so on
+ >strictFunctions - Forbids =+-*/&|^ and so on
+ Improved Java-Interoperability
+ Better output of strings in lists
+ Switches: case, caseIs, caseIf
+ .if / .is
+ .go, .ifGo, .ifNotGo, .isGo, .isNotGo
+ "go" is now the command to execute block and stream. "do" executes the object with Auto-Block
- Rewrite handling of Parse-Time-Commands.
b Using Var in Type-Constructor
b Some small bugs fixed.

= 0.8.0		23.10.2019
+ {} now is a Shortcut to For().each
+ ?{} now is a Shortcut to While().do
+ New Types: While, If
+ Str.cmd
- Counter renamed to For
- Rewrite of Loop-System
- Clearer Object-Initialization
- Rewrite of handling ranges
b Fixed a lot of bugs

= 0.7.5		16.10.2019
+ Str.fill to format Stings
+ _JMO.version
+ Return-Type "Same" for functions now works
+ List.clear
- Type-unsafe Vars now ends with a ¿, nillable ends with ?
- §<< removed
- Documentation improved
b Handling empty functions
b Some little fixes

= 0.7.4		07.10.2019
+ List.insert
+ QuickSort works!
b Major bugfix at handling instances

= 0.7.3		02.10.2019
+ Values from ".each" and ".times" can passed directly to an variable: Example: 3.times(:a)
- Group: Now it makes a difference whether you call it with "()" or with "Group"
- Condition: Now it makes a difference whether you call it with "?()" or with "Condition"
- Assign a value to a variable with "mem", now needs a VarLet. Example: 5.mem(:a); a.print
b Some fixes for the CLI

= 0.7.2		26.09.2019
+ New List-Function "concat" with alias ++
- Complete Code-Review to make it OpenSource

= 0.7.1
+ Exit the Application with: _APP.exit or §exit
+ List.filter with _EACH or $$; Example: [3,9,7,2].filter($$ < 5).print; [3,9,7,2].filter(_EACH < 5).print
+ Cool List-Functions for cutting: left, right, cut, area, from, to
+ New Atomic Types: Byte, Short, Long, Float
- Major update at storing and handling variables.
b Important fixes for the Function-Multi-Call-System
b Different fixes and improvements

=0.6.38
+ Condition works with:  Condition(Bool cond, Object then, Object else) ... or with: ?(Bool cond, Object then, Object else)
+ Variables ending with ?? now are Type-unsafe and nillable
- Raw Objects, without Auto-Block-Function couldn't have Blocks anymore.


################################
# = = New Version-Nr
# + = Added new Feature/Function
# - = Change
# b = Bugfix
