<feed xmlns='http://www.w3.org/2005/Atom'>
<title>serpentity/lib, branch main</title>
<subtitle>ECS framework for Javascript #library</subtitle>
<id>https://git.r.bdr.sh/serpentity/atom/lib?h=main</id>
<link rel='self' href='https://git.r.bdr.sh/serpentity/atom/lib?h=main'/>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/serpentity/'/>
<updated>2024-05-08T11:50:45Z</updated>
<entry>
<title>Make node components event emitters</title>
<updated>2024-05-08T11:50:45Z</updated>
<author>
<name>Ruben Beltran del Rio</name>
<email>git@r.bdr.sh</email>
</author>
<published>2024-05-08T11:50:45Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/serpentity/commit/?id=6b97387630cedb2ef098659d65e77b1c790d62a0'/>
<id>urn:sha1:6b97387630cedb2ef098659d65e77b1c790d62a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove dependencies</title>
<updated>2023-07-10T21:00:06Z</updated>
<author>
<name>Ruben Beltran del Rio</name>
<email>ruben@unlimited.pizza</email>
</author>
<published>2023-07-10T21:00:06Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/serpentity/commit/?id=988ca1a3e364aa6e5377e3407c683eceddb88107'/>
<id>urn:sha1:988ca1a3e364aa6e5377e3407c683eceddb88107</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite using modules</title>
<updated>2020-03-09T18:22:08Z</updated>
<author>
<name>Ben Beltran</name>
<email>ben@nsovocal.com</email>
</author>
<published>2020-03-09T18:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/serpentity/commit/?id=19e91cddd138946a6e91aff6ec887ecf1461a803'/>
<id>urn:sha1:19e91cddd138946a6e91aff6ec887ecf1461a803</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the key node on nodeRemoved event</title>
<updated>2018-04-21T08:23:31Z</updated>
<author>
<name>Ben Beltran</name>
<email>ben@nsovocal.com</email>
</author>
<published>2018-04-21T08:23:31Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/serpentity/commit/?id=a2e3955172fea7ca30fe6d7e710157a8a00d9bbc'/>
<id>urn:sha1:a2e3955172fea7ca30fe6d7e710157a8a00d9bbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correctly emit the node on remove</title>
<updated>2018-04-21T08:15:04Z</updated>
<author>
<name>Ben Beltran</name>
<email>ben@nsovocal.com</email>
</author>
<published>2018-04-21T08:15:04Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/serpentity/commit/?id=b35f7b4b2eb720a3227c512ed14f76747f206ff2'/>
<id>urn:sha1:b35f7b4b2eb720a3227c512ed14f76747f206ff2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Yields nodeCollection instead of nodes array</title>
<updated>2018-04-21T08:11:47Z</updated>
<author>
<name>Ben Beltran</name>
<email>ben@nsovocal.com</email>
</author>
<published>2018-04-21T08:11:47Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/serpentity/commit/?id=17e4efc7eeb88d7764582bea124c71989fe1f1cb'/>
<id>urn:sha1:17e4efc7eeb88d7764582bea124c71989fe1f1cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Call super when constructing node collection</title>
<updated>2018-04-21T07:51:20Z</updated>
<author>
<name>Ben Beltran</name>
<email>ben@nsovocal.com</email>
</author>
<published>2018-04-21T07:51:20Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/serpentity/commit/?id=2a2e1583f260830fba4ac7c319b2b8f7bb5a34b8'/>
<id>urn:sha1:2a2e1583f260830fba4ac7c319b2b8f7bb5a34b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Emit events</title>
<updated>2018-04-21T07:49:42Z</updated>
<author>
<name>Ben Beltran</name>
<email>ben@nsovocal.com</email>
</author>
<published>2018-04-21T07:49:42Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/serpentity/commit/?id=4908bfb50681ed410dc557005033959457e05d2f'/>
<id>urn:sha1:4908bfb50681ed410dc557005033959457e05d2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Feature/code update (#1)</title>
<updated>2017-04-12T05:18:35Z</updated>
<author>
<name>Rubén Beltrán del Río</name>
<email>ben@nsovocal.com</email>
</author>
<published>2017-04-12T05:18:35Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/serpentity/commit/?id=b3b840f89948d96aa28760fc5cf41c384488f6a6'/>
<id>urn:sha1:b3b840f89948d96aa28760fc5cf41c384488f6a6</id>
<content type='text'>
* Updates code for new eslint config

* Remove gulp and babel files

* Remove dist

* Remove dist

* Add contributing file

* Fix references to collections / tests

* Convert tests to lab

* Add travis file

* Add missing line

* Test CI on node 6

* Removes browser test

* Properly includes local serpentity in test

* Rename to use orgs in npm

* Add changelog

* Add support files / removed dist to changelog

* Add yarn.lock file

* Iterate using object.keys instead of values

* Correct typo in typeName matching

* Add webpack to generate the dist files

* Add webpack config

* Add dist files

* Bump version

* Link to ash

* Updates CHANGELOG

* Add CI badge
</content>
</entry>
<entry>
<title>Adapts libraries to style guide</title>
<updated>2016-03-28T05:25:01Z</updated>
<author>
<name>Ben Beltran</name>
<email>ben@nsovocal.com</email>
</author>
<published>2016-03-28T05:25:01Z</published>
<link rel='alternate' type='text/html' href='https://git.r.bdr.sh/serpentity/commit/?id=6e4e4188e5e067aad7d228443d5bb512527c99b0'/>
<id>urn:sha1:6e4e4188e5e067aad7d228443d5bb512527c99b0</id>
<content type='text'>
</content>
</entry>
</feed>
