Skip to content

Commit

Permalink
Merge branch 'release/1.2.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
aperechnev committed Aug 1, 2020
2 parents 4098999 + 4362fdc commit e031b55
Show file tree
Hide file tree
Showing 35 changed files with 46 additions and 52 deletions.
2 changes: 1 addition & 1 deletion ChessKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |spec|
spec.name = "ChessKit"
spec.version = "1.2.16"
spec.version = "1.2.17"
spec.summary = "Lightweight and fast chess framework written in Swift."

spec.description = "Lightweight and fast chess framework written in Swift. ChessKit is used as a base freamework for Ladoga chess engine."
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The ChessKit framework is avalable for installation via Swift Package Manager an

### Swift Package Manager

Add a dependency via Xcode, linking to `https://github.com/perechnev/ChessKit`, or directly in your `Package.swift` file:
Add a dependency via Xcode, linking to `https://github.com/aperechnev/ChessKit`, or directly in your `Package.swift` file:

```Swift
import PackageDescription
Expand All @@ -24,7 +24,7 @@ let package = Package(
.macOS(.v10_12),
],
dependencies: [
.package(url: "https://github.com/perechnev/ChessKit.git", from: "1.2.10"),
.package(url: "https://github.com/aperechnev/ChessKit.git", from: "1.2.10"),
],
targets: [
.target(name: "MyPackage", dependencies: ["ChessKit"]),
Expand All @@ -44,7 +44,7 @@ end

## Gettings Started

ChessKit is well covered by [documentation](https://perechnev.github.io/ChessKit/). But anyway here you can find an example describing how to start working with ChessKit faster.
ChessKit is well covered by [documentation](https://aperechnev.github.io/ChessKit/). But anyway here you can find an example describing how to start working with ChessKit faster.

```Swift
import ChessKit
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/FenSerialization.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="FenSerialization Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Game.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Game Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/StandardRules.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="StandardRules Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Enumerations Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/PieceColor.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="PieceColor Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
2 changes: 1 addition & 1 deletion docs/Enums/PieceKind.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="PieceKind Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
2 changes: 1 addition & 1 deletion docs/Structs.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Structures Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
2 changes: 1 addition & 1 deletion docs/Structs/Board.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Board Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
2 changes: 1 addition & 1 deletion docs/Structs/Move.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Move Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
2 changes: 1 addition & 1 deletion docs/Structs/Piece.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Piece Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
2 changes: 1 addition & 1 deletion docs/Structs/Position.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Position Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
2 changes: 1 addition & 1 deletion docs/Structs/Position/Counter.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Counter Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
2 changes: 1 addition & 1 deletion docs/Structs/Position/State.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="State Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
2 changes: 1 addition & 1 deletion docs/Structs/Square.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Square Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="FenSerialization Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Game Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="StandardRules Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Enumerations Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="PieceColor Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="PieceKind Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Structures Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Board Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Move Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Piece Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Position Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Counter Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="State Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Square Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="../index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a title="ChessKit Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">ChessKit 1.2.15 Docs</a> (97% documented)</p>
<p><a href="index.html">ChessKit 1.2.17 Docs</a> (97% documented)</p>
<p class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
Expand Down Expand Up @@ -93,8 +93,8 @@

<h1 id='chesskit' class='heading'>ChessKit</h1>

<p><a href="https://codebeat.co/projects/github-com-perechnev-chesskit-develop"><img src="https://codebeat.co/badges/d0f02d72-ca79-4cd6-a4a1-d4ad3a77ea04" alt="codebeat badge"></a>
<a href="https://perechnev.github.io/ChessKit/"><img src="https://raw.githubusercontent.com/perechnev/ChessKit/develop/docs/badge.svg" alt="docs badge"></a> <a href="https://gitter.im/Ladoga-Engine/ChessKit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"><img src="https://badges.gitter.im/Ladoga-Engine/ChessKit.svg" alt="Gitter"></a> <img src="https://github.com/perechnev/ChessKit/workflows/Tests/badge.svg" alt="Tests"> <img src="https://img.shields.io/github/license/perechnev/ChessKit" alt=""> <a href="https://cocoapods.org/pods/ChessKit"><img src="https://img.shields.io/cocoapods/v/ChessKit" alt="ChessKit pod"></a></p>
<p><a href="https://codebeat.co/projects/github-com-aperechnev-chesskit-develop"><img src="https://codebeat.co/badges/8ae1f4df-266c-4441-8bb1-8da25f067b28" alt="codebeat badge"></a>
<a href="https://aperechnev.github.io/ChessKit/"><img src="https://raw.githubusercontent.com/aperechnev/ChessKit/develop/docs/badge.svg" alt="docs badge"></a> <img src="https://github.com/aperechnev/ChessKit/workflows/Tests/badge.svg" alt="Tests"> <img src="https://img.shields.io/github/license/aperechnev/ChessKit" alt=""> <a href="https://cocoapods.org/pods/ChessKit"><img src="https://img.shields.io/cocoapods/v/ChessKit" alt="ChessKit pod"></a></p>

<p>Lightweight and fast chess framework written in Swift.</p>

Expand All @@ -104,7 +104,7 @@ <h2 id='installation' class='heading'>Installation</h2>
<p>The ChessKit framework is avalable for installation via Swift Package Manager and CocoaPods.</p>
<h3 id='swift-package-manager' class='heading'>Swift Package Manager</h3>

<p>Add a dependency via Xcode, linking to <code>https://github.com/perechnev/ChessKit</code>, or directly in your <code>Package.swift</code> file:</p>
<p>Add a dependency via Xcode, linking to <code>https://github.com/aperechnev/ChessKit</code>, or directly in your <code>Package.swift</code> file:</p>
<pre class="highlight plaintext"><code>import PackageDescription

let package = Package(
Expand All @@ -113,7 +113,7 @@ <h3 id='swift-package-manager' class='heading'>Swift Package Manager</h3>
.macOS(.v10_12),
],
dependencies: [
.package(url: "https://github.com/perechnev/ChessKit.git", from: "1.2.10"),
.package(url: "https://github.com/aperechnev/ChessKit.git", from: "1.2.10"),
],
targets: [
.target(name: "MyPackage", dependencies: ["ChessKit"]),
Expand All @@ -129,7 +129,7 @@ <h3 id='cocoapods' class='heading'>CocoaPods</h3>
</code></pre>
<h2 id='gettings-started' class='heading'>Gettings Started</h2>

<p>ChessKit is well covered by <a href="https://perechnev.github.io/ChessKit/">documentation</a>. But anyway here you can find an example describing how to start working with ChessKit faster.</p>
<p>ChessKit is well covered by <a href="https://aperechnev.github.io/ChessKit/">documentation</a>. But anyway here you can find an example describing how to start working with ChessKit faster.</p>
<pre class="highlight plaintext"><code>import ChessKit

let italianGameFen = "r1bqk1nr/pppp1ppp/2n5/2b1p3/2B1P3/5N2/PPPP1PPP/RNBQK2R w KQkq - 4 4"
Expand All @@ -155,9 +155,6 @@ <h2 id='how-to-contribute' class='heading'>How To Contribute</h2>
<h2 id='versioning' class='heading'>Versioning</h2>

<p>We are using <a href="https://semver.org">semantic versioning</a>.</p>
<h2 id='support' class='heading'>Support</h2>

<p>If you need some help, you can join our <a href="https://gitter.im/Ladoga-Engine/ChessKit">gitter room</a>.</p>
<h2 id='license' class='heading'>License</h2>

<p>ChessKit is released under the MIT license. See LICENSE for details.</p>
Expand Down
Binary file modified docs/docsets/ChessKit.tgz
Binary file not shown.
Loading

0 comments on commit e031b55

Please sign in to comment.