You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the change log for the _DelphiDabbler Code Snippets Database_ collection starting with version 2.
4
+
5
+
All notable changes to this project will be documented in this file.
6
+
7
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
+
9
+
> No change log was kept for version 1 of the collection.
This collection is version 2 of the DelphiDabbler Code Snippets Database.
4
+
5
+
The collection contains over 600 reusable Pascal code snippets. The majority are simple functions and procedures but there are also some constants and type definitions, including some advanced records with methods.
6
+
7
+
All of the snippets have been tested: some received basic testing while others have been tested more comprehensively. The collection contains details of the level of testing each snippet received.
8
+
9
+
## History
10
+
11
+
Version 1 was designed exclusively for use with _DelphiDabbler [CodeSnip](https://github.com/delphidabbler/codesnip)_ and was downloaded by the program directly from a web service on DelphiDabbler.com.
12
+
13
+
Version 2 is designed to be able to be used by other applications in addition to _CodeSnip_. This version is **not** backwards compatible with version 1.
14
+
15
+
## Using the Collection
16
+
17
+
When used with _CodeSnip_, v4.16.0 or later is required.
18
+
19
+
Anyone is welcome to write applications or web pages that access the snippets in the collection. You should read the collection's documentation which explains the file format in detail.
20
+
21
+
> **WARNING:** Implementors must not read the collection data directly from this GitHub repository - that could generate more than the permitted amount of traffic. Instead you must download a release from the _Releases_ tab and either distribute the collection with the application or host it on a web server.
22
+
23
+
## Documentation
24
+
25
+
The collection data format is fully documented in the file `collection-format.html` in the `docs` directory.
26
+
27
+
## Change Log
28
+
29
+
The project's change log can be found in `CHANGELOG.md` in the collection's base directory.
30
+
31
+
## License
32
+
33
+
All snippets in this collection are licensed under the MIT license **unless** the snippet contains contrary licensing information in its source code file, in which case that license applies to that snippet only.
34
+
35
+
Full details can be found in the `LICENSE` file in the `collection` sub-directory.
0 commit comments