Skip to content

Commit

Permalink
breaking changes in v 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iparamonau committed Feb 4, 2022
1 parent 9c788cd commit 4c69e7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Iframely is licensed under MIT License (text follows).

====

Copyright (c) 2013-2021 Itteco Software Corp.
Copyright (c) 2013-2022 Itteco Software Corp.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This package includes specific domain parsers for most popular publishers. YouTu

Iframely's [whitelist file](https://iframely.com/qa/whitelist.json) is fetched from our central database. The changes are synced automatically to your instance by default. But you replace that with [your own whitelist](https://iframely.com/docs/whitelist-format) file. There should be over 1500 domains covered by the central whitelist.

## Breaking changes in version 2.0.0

The minimum version of the Node required for Iframely starting from version 2.0.0 is Node 12. Please see [migration steps](https://github.com/itteco/iframely/issues/350) from earlier versions.

## API endpoints

To make use of the data, you need to connect to APIs over HTTP. There are two endpoints available. One in [oEmbed](https://iframely.com/docs/oembed-api) and one in [Iframely API](https://iframely.com/docs/iframely-api) format. The oEmbed endpoint is just an adapter from Iframely to oEmbed spec.
Expand Down Expand Up @@ -54,5 +58,5 @@ Please submit your PR against `develop` branch. This is where everything gets me

## License & Authors

MIT License. (c) 2012-2021 Itteco Software Corp. [Nazar Leush](https://github.com/nleush), [Ivan Paramonau](https://twitter.com/iparamonau) and the [contributors](https://github.com/itteco/iframely/graphs/contributors).
MIT License. (c) 2012-2022 Itteco Software Corp. [Nazar Leush](https://github.com/nleush), [Ivan Paramonau](https://twitter.com/iparamonau) and the [contributors](https://github.com/itteco/iframely/graphs/contributors).

0 comments on commit 4c69e7c

Please sign in to comment.