summary refs log tree commit diff stats
path: root/doc/nep1.rst
Commit message (Expand)AuthorAgeFilesLines
* add the apis.txt table to nep1.rstAraq2018-07-091-1/+75
* Remove #Daniil Yarancev2018-05-271-2/+2
* fixes #7551Andreas Rumpf2018-04-111-0/+12
* Cleaned up nep1 and simplified the style choices offered by it.Dominik Picheta2017-03-161-59/+36
* Update nep1 to show type keyword on its own lineDominik Picheta2017-03-151-12/+16
* inconsistent insertion of space after colonAnthon van der Neut2017-01-211-1/+1
* Fix punctuationJoshua Olson2016-06-231-3/+3
* renamed most remaining .txt documentation files to .rstAraq2016-06-071-0/+208
='alt'>
4
5
6
7
8
9
10
11
12
13
14

                       
                                             
 


                                                                              


                                                                        



                                                                             
## v0.18.0 - dd/mm/yyyy

### Changes affecting backwards compatibility

- Removed basic2d/basic3d out of the stdlib and into Nimble packages.
  These packages deprecated however, use the ``glm``, ``arraymancer``, ``neo``
  or another package.
- Arrays of char cannot be converted to ``cstring`` anymore, pointers to
  arrays of char can! This means ``$`` for arrays can finally exist
  in ``system.nim`` and do the right thing.
- JSON: Deprecated `getBVal`, `getFNum`, and `getNum` in favour to
  `getBool`, `getFloat`, `getBiggestInt`. Also `getInt` procedure was added.
- ``echo`` now works with strings that contain ``\0`` (the binary zero is not
  shown) and ``nil`` strings are equal to empty strings.